]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/include/task.h
Fix spelling issues.
[freertos] / FreeRTOS / Source / include / task.h
index 62302f066745d47820d829f8a868493d5c3b5836..1ee178ad97037cabe7e230a0276f1e64a92eb1dc 100644 (file)
@@ -2213,7 +2213,7 @@ BaseType_t xTaskNotifyStateClear( TaskHandle_t xTask );
 * Clears the bits specified by the ulBitsToClear bit mask in the notification\r
 * value of the task referenced by xTask.\r
 *\r
-* Set ulBitsToClear to to 0xffffffff (UINT_MAX on 32-bit architectures) to clear\r
+* Set ulBitsToClear to 0xffffffff (UINT_MAX on 32-bit architectures) to clear\r
 * the notification value to 0.  Set ulBitsToClear to 0 to query the task's\r
 * notification value without clearing any bits.\r
 *\r