From bc0acc9d99a7fd881af571f52805083df6b8b42d Mon Sep 17 00:00:00 2001 From: wanghengZzz Date: Wed, 22 Jul 2026 07:37:49 +0800 Subject: [PATCH] docs(tasks): fix typo in xTaskGenericNotifyWait comment --- tasks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.c b/tasks.c index e117129275..4b7456e132 100644 --- a/tasks.c +++ b/tasks.c @@ -7930,7 +7930,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. */