docs(tasks): fix typo in xTaskGenericNotifyWait comment (#1455)

This commit is contained in:
wanghengZzz 2026-08-08 01:49:32 +08:00 committed by GitHub
parent b178814998
commit c5d22b28f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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. */