X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=cfg%2Fdebug.h;fp=cfg%2Fdebug.h;h=36085ea382002382996358bfc0b676ce34616917;hb=1e9515ef327cf45acdd52f874c2c49fce566fc8d;hp=26dbdf0acd80517ac8951bd9e1c6e430fab76e93;hpb=25909cdf6e3cb243846a002cf704af8357d0ec4c;p=bertos.git diff --git a/cfg/debug.h b/cfg/debug.h index 26dbdf0a..36085ea3 100755 --- a/cfg/debug.h +++ b/cfg/debug.h @@ -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. *#* @@ -104,7 +107,7 @@ * 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.