]> git.sur5r.net Git - freertos/commitdiff
Corrected comment - thanks Ralf A.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 23 Dec 2008 19:25:33 +0000 (19:25 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 23 Dec 2008 19:25:33 +0000 (19:25 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@598 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/Common/Minimal/blocktim.c

index d3ab59da193a0f3321486b7cc92e02994ec1c6ea..363c8f55a160d98f6a4773aa34d6bafe0a826165 100644 (file)
@@ -393,8 +393,8 @@ portBASE_TYPE xData;
                wake time is as per that expected. */\r
                xTimeWhenBlocking = xTaskGetTickCount();\r
 \r
-               /* We should unblock after bktTIME_TO_BLOCK having not received\r
-               anything on the queue. */\r
+               /* We should unblock after bktTIME_TO_BLOCK having not sent\r
+               anything to the queue. */\r
                xData = 0;\r
                xRunIndicator = bktRUN_INDICATOR;\r
                if( xQueueSend( xTestQueue, &xData, bktTIME_TO_BLOCK ) != errQUEUE_FULL )\r