summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/event2/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/event2/event.h b/include/event2/event.h
index 85df418a..e7513e54 100644
--- a/include/event2/event.h
+++ b/include/event2/event.h
@@ -1078,7 +1078,7 @@ void *event_self_cbarg(void);
The EV_TIMEOUT flag has no effect here.
It is okay to have multiple events all listening on the same fds; but
- they must either all be edge-triggered, or all not be edge triggered.
+ they must either all be edge-triggered, or not be edge-triggered at all.
When the event becomes active, the event loop will run the provided
callback function, with three arguments. The first will be the provided