(process_string_arg): Fix typo.

This commit is contained in:
Ulrich Drepper 2002-08-29 11:13:21 +00:00
parent c98d82db4c
commit c9bf8c6000
2 changed files with 2 additions and 2 deletions

2
README
View file

@ -1,4 +1,4 @@
This directory contains the version 2.2.91 release of the GNU C Library.
This directory contains the version 2.2.92 release of the GNU C Library.
Many bugs have been fixed since the last release.
Some bugs surely remain.

View file

@ -1084,7 +1084,7 @@ vfprintf (FILE *s, const CHAR_T *format, va_list ap)
outstring (string, len); \
if (left) \
PAD (L' '); \
if (__builin_expect (string_malloced, 0)) \
if (__builtin_expect (string_malloced, 0)) \
free (string); \
} \
break;