diff --git a/events/include/events/Event.h b/events/include/events/Event.h index 6d0fc4019a..51a543d20f 100644 --- a/events/include/events/Event.h +++ b/events/include/events/Event.h @@ -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.