Update equeue.h

pull/14438/head
Eric Marks 2021-03-17 09:52:20 -05:00 committed by GitHub
parent e8332aa7e9
commit a07c00e6c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ bool equeue_cancel(equeue_t *queue, int id);
//
// If called while the event queue's dispatch loop is active,
// equeue_cancel_user_allocated does not guarantee that the event
// will not not execute after it returns as the event may have
// will not execute after it returns as the event may have
// already begun executing.
bool equeue_cancel_user_allocated(equeue_t *queue, void *event);