Skip to content

Commit a07c00e

Browse files
authored
Update equeue.h
1 parent e8332aa commit a07c00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events/include/events/equeue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ bool equeue_cancel(equeue_t *queue, int id);
217217
//
218218
// If called while the event queue's dispatch loop is active,
219219
// equeue_cancel_user_allocated does not guarantee that the event
220-
// will not not execute after it returns as the event may have
220+
// will not execute after it returns as the event may have
221221
// already begun executing.
222222
bool equeue_cancel_user_allocated(equeue_t *queue, void *event);
223223

0 commit comments

Comments
 (0)