Typo.
authorbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 3 Jul 2005 15:18:52 +0000 (15:18 +0000)
committerbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 3 Jul 2005 15:18:52 +0000 (15:18 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@421 38d2e660-2303-0410-9eaa-f027e97ec537

cfg/debug.h

index 26dbdf0acd80517ac8951bd9e1c6e430fab76e93..36085ea382002382996358bfc0b676ce34616917 100755 (executable)
@@ -17,6 +17,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.4  2005/07/03 15:18:52  bernie
+ *#* Typo.
+ *#*
  *#* Revision 1.3  2005/06/27 21:23:55  bernie
  *#* Rename cfg/config.h to appconfig.h.
  *#*
  * This preprocessor symbol is defined only in debug builds.
  *
  * The build infrastructure must arrange for _DEBUG to
- * be prepredefined for all source files being compiled.
+ * be predefined for all source files being compiled.
  *
  * This is compatible with the Microsoft convention for
  * the default Debug and Release targets.