File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ class EventQueue : private mbed::NonCopyable<EventQueue> {
154
154
/* * Cancel an in-flight event
155
155
*
156
156
* Attempts to cancel an event referenced by the unique id returned from
157
- * one of the call functions. It is safe to call cancel after an event
157
+ * one of the call functions. It is not safe to call cancel after an event
158
158
* has already been dispatched.
159
159
*
160
160
* id must be valid i.e. event must have not finished executing.
@@ -175,7 +175,7 @@ class EventQueue : private mbed::NonCopyable<EventQueue> {
175
175
/* * Cancel an in-flight user allocated event
176
176
*
177
177
* Attempts to cancel an UserAllocatedEvent referenced by its address
178
- * It is safe to call cancel after an event has already been dispatched.
178
+ * It is not safe to call cancel after an event has already been dispatched.
179
179
*
180
180
* Event must be valid i.e. event must have not finished executing
181
181
* and must have been bound to this queue.
You can’t perform that action at this time.
0 commit comments