summaryrefslogtreecommitdiff
path: root/event.h
diff options
context:
space:
mode:
authorroot <root>2007-11-02 22:03:00 +0000
committerroot <root>2007-11-02 22:03:00 +0000
commitaa3db4d9af85499b82ea83235a1400f24a2965c8 (patch)
treee58a9304b3662ed23d70709f66b7c9dcacd4b3d1 /event.h
parent0bc76bb877857c0de7407667c8a7eef8422ec5ca (diff)
*** empty log message ***
Diffstat (limited to 'event.h')
-rw-r--r--event.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/event.h b/event.h
index 03506ad..3c2f448 100644
--- a/event.h
+++ b/event.h
@@ -39,7 +39,7 @@ extern "C" {
struct event
{
- /* lib watchers we map to */
+ /* libev watchers we map onto */
union {
struct ev_io io;
struct ev_signal sig;
@@ -120,3 +120,4 @@ int event_base_once (struct event_base *base, int fd, short events, void (*cb)(i
int event_base_priority_init (struct event_base *base, int fd);
#endif
+