]> git.sur5r.net Git - freertos/commitdiff
Correct spelling in comment.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 13 Mar 2010 20:37:16 +0000 (20:37 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 13 Mar 2010 20:37:16 +0000 (20:37 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@991 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/CORTEX_EFMG890F128_IAR/main.c

index aad46671db57c3f65fa3447efb7ab47410c4b2dc..b23c7e1135a1f1397daaf04ebf3ac1da1c7c657a 100644 (file)
@@ -76,7 +76,7 @@
  * is the highest priority task in the system, so while it is executing no other\r
  * task will execute.  If the check task places the processor into a low power\r
  * mode without blocking then the energy consumption as viewed on the Energy\r
- * Micro Gecko board will go down noticibly as in effect no tasks will be running.\r
+ * Micro Gecko board will go down noticeably as in effect no tasks will be running.\r
  * The check task places the processor into low power mode for two out of every\r
  * five seconds.  The current use of low power modes is very basic.  Future\r
  * FreeRTOS releases will aim to make significant improvements.\r