diff options
author | root <root> | 2008-11-05 02:48:45 +0000 |
---|---|---|
committer | root <root> | 2008-11-05 02:48:45 +0000 |
commit | 7090db9e0e0fdaef6c8275a01efabb37e9c27bb8 (patch) | |
tree | 6fd64597904d3ad4c555a9c8fd77a12e195613c2 /ev.h | |
parent | 3e86d72cac7b366add3fca5f3cd6af7635ee29cd (diff) |
*** empty log message ***
Diffstat (limited to 'ev.h')
-rw-r--r-- | ev.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -515,7 +515,7 @@ void ev_set_timeout_collect_interval (EV_P_ ev_tstamp interval); /* sleep at lea void ev_ref (EV_P); void ev_unref (EV_P); -/* convinience function, wait for a single event, without registering an event watcher */ +/* convenience function, wait for a single event, without registering an event watcher */ /* if timeout is < 0, do wait indefinitely */ void ev_once (EV_P_ int fd, int events, ev_tstamp timeout, void (*cb)(int revents, void *arg), void *arg); #endif |