Spelling fix.
authorbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 14 Sep 2004 21:06:23 +0000 (21:06 +0000)
committerbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 14 Sep 2004 21:06:23 +0000 (21:06 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@208 38d2e660-2303-0410-9eaa-f027e97ec537

mware/formatwr.c

index fd40deef20896889a705a1ad66b0a84298141be5..bc1a5042c83dc6f0bcc33abf3b29c23a5d7a6303 100755 (executable)
@@ -53,6 +53,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.9  2004/09/14 21:06:23  bernie
+ *#* Spelling fix.
+ *#*
  *#* Revision 1.8  2004/08/25 14:12:09  rasky
  *#* Aggiornato il comment block dei log RCS
  *#*
@@ -83,7 +86,7 @@
 #include "formatwr.h"
 #include <compiler.h> /* progmem macros */
 #include <config.h> /* CONFIG_ macros */
-#include <drv/kdebug.h> /* ASSERT */
+#include <debug.h> /* ASSERT */
 
 #ifndef CONFIG_PRINTF_N_FORMATTER
        /*! Enable arcane %n formatter */
 #else
        /*
         * Conservative estimate. Should be (probably) 12 (which is the size necessary
-        * to represent (2^32-1) in octal plus the sign bit 
+        * to represent (2^32-1) in octal plus the sign bit.
         */
        #define FRMWRI_BUFSIZE 16
 #endif