From: Ulrich Drepper Date: Sat, 10 Jul 1999 00:04:04 +0000 (+0000) Subject: Fix typo. X-Git-Tag: cvs/glibc_2-1-2~288 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=702b909d147d1f9908e94101addfb739187992f6;p=thirdparty%2Fglibc.git Fix typo. --- diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c index db83a6a7b02..15a4e219df8 100644 --- a/stdio-common/vfprintf.c +++ b/stdio-common/vfprintf.c @@ -1754,7 +1754,7 @@ buffered_vfprintf (register _IO_FILE *s, const CHAR_T *format, if ((to_flush = hp->_IO_write_ptr - hp->_IO_write_base) > 0) { if ((int) _IO_sputn (s, hp->_IO_write_base, to_flush) != to_flush) - reesult = -1; + result = -1; } /* Unlock the stream. */