about summary refs log tree commit diff
path: root/stdio-common/vfprintf.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-05-07 11:32:00 +0000
committerUlrich Drepper <drepper@redhat.com>1999-05-07 11:32:00 +0000
commit31c46cf53db2849e7318fc0ee3418ef909c69466 (patch)
tree43f4987c65cb0bf568b455f805c871241d0f9e5b /stdio-common/vfprintf.c
parent7bcaca4384ad7234926730e9e2d90dae67d521bb (diff)
downloadglibc-31c46cf53db2849e7318fc0ee3418ef909c69466.tar.gz
glibc-31c46cf53db2849e7318fc0ee3418ef909c69466.tar.xz
glibc-31c46cf53db2849e7318fc0ee3418ef909c69466.zip
Update.
1999-05-07  Ulrich Drepper  <drepper@cygnus.com>

	* stdio-common/tst-printf.c: Add test case for last _itoa problem.

	* stdio-common/vfprintf.c: Fix typo.
Diffstat (limited to 'stdio-common/vfprintf.c')
-rw-r--r--stdio-common/vfprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c
index b61b637af9..263b0238c7 100644
--- a/stdio-common/vfprintf.c
+++ b/stdio-common/vfprintf.c
@@ -597,7 +597,7 @@ vfprintf (FILE *s, const CHAR_T *format, va_list ap)
 		string = group_number (string, workend, grouping,	      \
 				       thousands_sep);			      \
 	    }								      \
-	  /* Simply further test for num != 0.  */			      \
+	  /* Simplify further test for num != 0.  */			      \
 	  number.word = number.longlong != 0;				      \
 	}								      \
       else								      \