From e9824d82992c6553bd407ad0838aeead7492c45e Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sat, 13 Mar 2010 20:37:16 +0000 Subject: [PATCH] Correct spelling in comment. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@991 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/CORTEX_EFMG890F128_IAR/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo/CORTEX_EFMG890F128_IAR/main.c b/Demo/CORTEX_EFMG890F128_IAR/main.c index aad46671d..b23c7e113 100644 --- a/Demo/CORTEX_EFMG890F128_IAR/main.c +++ b/Demo/CORTEX_EFMG890F128_IAR/main.c @@ -76,7 +76,7 @@ * is the highest priority task in the system, so while it is executing no other * task will execute. If the check task places the processor into a low power * mode without blocking then the energy consumption as viewed on the Energy - * Micro Gecko board will go down noticibly as in effect no tasks will be running. + * Micro Gecko board will go down noticeably as in effect no tasks will be running. * The check task places the processor into low power mode for two out of every * five seconds. The current use of low power modes is very basic. Future * FreeRTOS releases will aim to make significant improvements. -- 2.39.5