From: asterix Date: Thu, 6 May 2010 15:29:10 +0000 (+0000) Subject: Fix comments. X-Git-Tag: 2.5.0~287 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=734853f97857102c7898d9e51cf26438022a830b;p=bertos.git Fix comments. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3621 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/boards/at91sam7x-ek/benchmark/kernel_footprint_coop/main.c b/boards/at91sam7x-ek/benchmark/kernel_footprint_coop/main.c index 661bb54b..92d78016 100644 --- a/boards/at91sam7x-ek/benchmark/kernel_footprint_coop/main.c +++ b/boards/at91sam7x-ek/benchmark/kernel_footprint_coop/main.c @@ -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 diff --git a/boards/at91sam7x-ek/benchmark/kernel_footprint_preempt/main.c b/boards/at91sam7x-ek/benchmark/kernel_footprint_preempt/main.c index 8ac5068f..ea9bc90f 100644 --- a/boards/at91sam7x-ek/benchmark/kernel_footprint_preempt/main.c +++ b/boards/at91sam7x-ek/benchmark/kernel_footprint_preempt/main.c @@ -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