From 2d0b96f8157c074717868e33f0617bf53a52607e Mon Sep 17 00:00:00 2001 From: bernie Date: Tue, 14 Sep 2004 21:06:23 +0000 Subject: [PATCH] Spelling fix. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@208 38d2e660-2303-0410-9eaa-f027e97ec537 --- mware/formatwr.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- 2.25.1