]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Sat, 10 Jul 1999 00:04:04 +0000 (00:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 10 Jul 1999 00:04:04 +0000 (00:04 +0000)
stdio-common/vfprintf.c

index db83a6a7b02f311a446768d5188f57a9ced85025..15a4e219df8f925b730ba2d7f3404f74c6372ef0 100644 (file)
@@ -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.  */