diff --git a/events/include/events/UserAllocatedEvent.h b/events/include/events/UserAllocatedEvent.h index 94dd360..27b6aa7 100644 --- a/events/include/events/UserAllocatedEvent.h +++ b/events/include/events/UserAllocatedEvent.h @@ -230,7 +230,7 @@ /** 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.