diff --git a/tasks.c b/tasks.c index 4c308daf7..76f6e5db9 100644 --- a/tasks.c +++ b/tasks.c @@ -7979,7 +7979,7 @@ TickType_t uxTaskResetEventItemValue( void ) *pulNotificationValue = pxCurrentTCB->ulNotifiedValue[ uxIndexToWaitOn ]; } - /* If ucNotifyValue is set then either the task never entered the + /* If ucNotifyState is set then either the task never entered the * blocked state (because a notification was already pending) or the * task unblocked because of a notification. Otherwise the task * unblocked because of a timeout. */