From 1e9515ef327cf45acdd52f874c2c49fce566fc8d Mon Sep 17 00:00:00 2001 From: bernie Date: Sun, 3 Jul 2005 15:18:52 +0000 Subject: [PATCH] Typo. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@421 38d2e660-2303-0410-9eaa-f027e97ec537 --- cfg/debug.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. -- 2.25.1