projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25909cd
)
Typo.
author
bernie
<bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 3 Jul 2005 15:18:52 +0000
(15:18 +0000)
committer
bernie
<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
patch
|
blob
|
history
diff --git
a/cfg/debug.h
b/cfg/debug.h
index 26dbdf0acd80517ac8951bd9e1c6e430fab76e93..36085ea382002382996358bfc0b676ce34616917 100755
(executable)
--- 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 pre
pre
defined 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.