summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEmil Engler <me@emilengler.com>2021-04-02 20:59:55 +0200
committerEmil Engler <me@emilengler.com>2021-04-02 20:59:55 +0200
commit0ef0d9475c15d851d47d81dc70cf0b7bb73723ef (patch)
tree6bef6dce04c6af3d67f0d4a4379ebae9d330092c /include
parentd433f847334fff9da8e13e2dc7fdf5c0997b20b0 (diff)
downloadlibevent-0ef0d9475c15d851d47d81dc70cf0b7bb73723ef.tar.gz
doc: adjust edge-trigger notice on event_new()
This makes it easier to read and to understand it in my opinon. It also fixes a missing "-" character.
Diffstat (limited to 'include')
-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