docs(tasks): fix typo in xTaskGenericNotifyWait comment (#1455)
diff --git a/tasks.c b/tasks.c
index 4c308da..76f6e5d 100644
--- a/tasks.c
+++ b/tasks.c
@@ -7979,7 +7979,7 @@
                 *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. */