From ff0230f11be9ee07027384351a653958b2eeab2f Mon Sep 17 00:00:00 2001 From: richardbarry Date: Tue, 23 Dec 2008 19:25:33 +0000 Subject: [PATCH] Corrected comment - thanks Ralf A. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@598 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/Common/Minimal/blocktim.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Demo/Common/Minimal/blocktim.c b/Demo/Common/Minimal/blocktim.c index d3ab59da1..363c8f55a 100644 --- a/Demo/Common/Minimal/blocktim.c +++ b/Demo/Common/Minimal/blocktim.c @@ -393,8 +393,8 @@ portBASE_TYPE xData; wake time is as per that expected. */ xTimeWhenBlocking = xTaskGetTickCount(); - /* We should unblock after bktTIME_TO_BLOCK having not received - anything on the queue. */ + /* We should unblock after bktTIME_TO_BLOCK having not sent + anything to the queue. */ xData = 0; xRunIndicator = bktRUN_INDICATOR; if( xQueueSend( xTestQueue, &xData, bktTIME_TO_BLOCK ) != errQUEUE_FULL ) -- 2.39.5