We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8332aa commit a07c00eCopy full SHA for a07c00e
events/include/events/equeue.h
@@ -217,7 +217,7 @@ bool equeue_cancel(equeue_t *queue, int id);
217
//
218
// If called while the event queue's dispatch loop is active,
219
// equeue_cancel_user_allocated does not guarantee that the event
220
-// will not not execute after it returns as the event may have
+// will not execute after it returns as the event may have
221
// already begun executing.
222
bool equeue_cancel_user_allocated(equeue_t *queue, void *event);
223
0 commit comments