Update Event.h

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

View File

@ -228,7 +228,7 @@ public:
/** Cancels the most recently posted event
*
* Attempts to cancel the most recently posted event. It is safe to call
* Attempts to cancel the most recently posted event. It is not safe to call
* cancel after an event has already been dispatched.
*
* The cancel function is IRQ safe.