Fix comments.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 6 May 2010 15:29:10 +0000 (15:29 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 6 May 2010 15:29:10 +0000 (15:29 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3621 38d2e660-2303-0410-9eaa-f027e97ec537

boards/at91sam7x-ek/benchmark/kernel_footprint_coop/main.c
boards/at91sam7x-ek/benchmark/kernel_footprint_preempt/main.c

index 661bb54b2d41d277f147ff2d7b6f6696c7824aff..92d7801606d6119bf7b27ad257bad75da6ec409f 100644 (file)
@@ -46,7 +46,7 @@
  * Note: by default this project compile without any compile optimization, so if we
  * want to try to change it go to kernel_footprint_coop_user.mk, and add the flag
  * in the section kernel_footprint_coop_USER_CPPFLAGS.
- * To see the effect optimization flag you shoul clean the project and rebuild it.
+ * To see the flag optimization effects you shoul clean the project and rebuild it.
  */
 
 #include <cpu/irq.h>
index 8ac5068f3ac9c08df94026dc0de83048d993a853..ea9bc90fbd0e0b7fed99a2eb25c53dc51cecd88d 100644 (file)
@@ -46,6 +46,7 @@
  * Note by default this project compile without any compile optimization, so if we
  * want to try to change it go to kernel_footprint_preempt_user.mk, and add the flag
  * in the section kernel_footprint_preempt_USER_CPPFLAGS.
+ * To see the flag optimization effects you shoul clean the project and rebuild it.
  */
 
 #include <cpu/irq.h>