X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=mware%2Fformatwr.c;h=bc1a5042c83dc6f0bcc33abf3b29c23a5d7a6303;hb=2d0b96f8157c074717868e33f0617bf53a52607e;hp=fd40deef20896889a705a1ad66b0a84298141be5;hpb=c84b62c0fb270a9d5e111de579a69546f47fce20;p=bertos.git diff --git a/mware/formatwr.c b/mware/formatwr.c index fd40deef..bc1a5042 100755 --- a/mware/formatwr.c +++ b/mware/formatwr.c @@ -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 /* progmem macros */ #include /* CONFIG_ macros */ -#include /* ASSERT */ +#include /* ASSERT */ #ifndef CONFIG_PRINTF_N_FORMATTER /*! Enable arcane %n formatter */ @@ -111,7 +114,7 @@ #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