summaryrefslogtreecommitdiff
path: root/event.h
diff options
context:
space:
mode:
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
+