Update UserAllocatedEvent.h

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

View File

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