From: rtel Date: Wed, 11 Dec 2013 17:56:07 +0000 (+0000) Subject: Comment typo correction only. X-Git-Tag: V8.0.0rc1~34 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5dc3ac5f3fc282fcfbdd9a4f1b28667a812fef5f;p=freertos Comment typo correction only. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2127 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_low_power.c b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_low_power.c index ddcaa0368..f87042bee 100644 --- a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_low_power.c +++ b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_low_power.c @@ -137,7 +137,7 @@ * 4) The next time the button is pressed the block time used by the Tx task is * set to infinite, so the Tx task does not time out when it attempts to obtain * the semaphore, and therefore the LED stops blipping completely. Both tasks - * are not blocked indefinitely and the MCU is placed into its 'Stop' low power + * are now blocked indefinitely and the MCU is placed into its 'Stop' low power * state. * * 5) Pressing the button one final time results in the semaphore being 'given'