Add missing words to EVLOOP_NONBLOCK documentation

This commit is contained in:
Nick Mathewson 2011-05-02 23:22:09 -04:00
parent e7529fa45b
commit 9556a7d1f6

View File

@ -333,7 +333,7 @@ int event_base_set(struct event_base *, struct event *);
* have had their callbacks run. */
#define EVLOOP_ONCE 0x01
/** Do not block: see which events are ready now, run the callbacks
* highest-priority ones, then exit. */
* of the highest-priority ones, then exit. */
#define EVLOOP_NONBLOCK 0x02
/*@}*/