diff options
author | Marc Alexander Lehmann <libev@schmorp.de> | 2011-10-15 09:05:03 +0000 |
---|---|---|
committer | Marc Alexander Lehmann <libev@schmorp.de> | 2011-10-15 09:05:03 +0000 |
commit | 623714b775aa00f8a3ee844dc0057365c7d3cd6a (patch) | |
tree | 006909574b94b574d0fea4ee98a293a7773c0217 /ev.h | |
parent | 14bad9ee2e1130814f836071ad782a040ec40466 (diff) | |
download | libev-623714b775aa00f8a3ee844dc0057365c7d3cd6a.tar.gz libev-623714b775aa00f8a3ee844dc0057365c7d3cd6a.zip |
WW
Diffstat (limited to 'ev.h')
-rw-r--r-- | ev.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -717,7 +717,7 @@ void ev_resume (EV_P); /* stopping (disabling, deleting) a watcher does nothing unless its already running */ #if EV_PROTOTYPES -/* feeds an event into a watcher as if the event actually occured */ +/* feeds an event into a watcher as if the event actually occurred */ /* accepts any ev_watcher type */ void ev_feed_event (EV_P_ void *w, int revents); void ev_feed_fd_event (EV_P_ int fd, int revents); |