Typos.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 26 May 2008 10:02:53 +0000 (10:02 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 26 May 2008 10:02:53 +0000 (10:02 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1360 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cfg/test.h
bertos/mware/parser.c

index b73ae5459b6a01d4da2dcc3d875c44228ea918b7..96b4138b3de6e991a562bf16c4146f603b394eb0 100644 (file)
 #define CFG_TEST_H
 
 /**
- * Silent an assert in test suite.
- * This is use when we do a test suite and we want test 
- * the error condition, so we now that an assert condition is false
- * but is not a really error. To ignore this error we mark it
- * with this macro, where str is a messge string of the assert
+ * Silent an assert in a test.
+ * This is useful when we run a test and we want to test
+ * an error condition. We know that an assert will fail but
+ * this is not really an error. To ignore that we mark it
+ * with this macro, where str is the message string of the assert
  * that we want to drop.
  */
 #define SILENT_ASSERT(str) \
index aa1897691e7af15cfbf4a28c24fb1dd239c12469..976e5ed20ee86bca4997264d59e57d94c0d2fc75 100644 (file)
@@ -358,7 +358,7 @@ void parser_register_cmd(const struct CmdTemplate* cmd)
 }
 
 #if CONFIG_INTERNAL_COMMANDS
-#warning FIXME:This code use boost lib, if you compile whit internal command you must fix it.
+#warning FIXME:This code use boost lib, if you compile with internal command you must fix it.
 static ResultCode cmd_help(void)
 {
 #ifdef _DEBUG