From c5d22b28f2f5750795b2e9c711659f8889683375 Mon Sep 17 00:00:00 2001 From: wanghengZzz <150767771+wanghengZzz@users.noreply.github.com> Date: Sat, 8 Aug 2026 01:49:32 +0800 Subject: [PATCH] docs(tasks): fix typo in xTaskGenericNotifyWait comment (#1455) --- tasks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */