Many typos fixed (Atsushi SAKAI).

This commit is contained in:
Richard W.M. Jones
2008-02-29 12:53:10 +00:00
parent ba52fcbcdf
commit bb8340c18d
19 changed files with 67 additions and 63 deletions

View File

@@ -30,8 +30,8 @@
* virEventAddHandleImpl: register a callback for monitoring file handle events
*
* @fd: file handle to monitor for events
* @events: bitset of events to wach from POLLnnn constants
* @cb: callback to invoke when an event occurrs
* @events: bitset of events to watch from POLLnnn constants
* @cb: callback to invoke when an event occurs
* @opaque: user data to pass to callback
*
* returns -1 if the file handle cannot be registered, 0 upon success
@@ -42,7 +42,7 @@ int virEventAddHandleImpl(int fd, int events, virEventHandleCallback cb, void *o
* virEventUpdateHandleImpl: change event set for a monitored file handle
*
* @fd: file handle to monitor for events
* @events: bitset of events to wach from POLLnnn constants
* @events: bitset of events to watch from POLLnnn constants
*
* Will not fail if fd exists
*/
@@ -61,7 +61,7 @@ int virEventRemoveHandleImpl(int fd);
* virEventAddTimeoutImpl: register a callback for a timer event
*
* @frequency: time between events in milliseconds
* @cb: callback to invoke when an event occurrs
* @cb: callback to invoke when an event occurs
* @opaque: user data to pass to callback
*
* Setting frequency to -1 will disable the timer. Setting the frequency