2005-07-26 Jakub Jelinek <jakub@redhat.com>
authorRoland McGrath <roland@gnu.org>
Tue, 26 Jul 2005 08:42:53 +0000 (08:42 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 26 Jul 2005 08:42:53 +0000 (08:42 +0000)
* misc/error.c (error_tail): Fix a comment typo.

misc/error.c

index 29060e9..34d92e0 100644 (file)
@@ -210,7 +210,7 @@ error_tail (int status, int errnum, const char *message, va_list args)
 
          if (__builtin_expect (len >= SIZE_MAX / 2, 0))
            {
-             /* This reallyy should not happen if everything is fine.  */
+             /* This really should not happen if everything is fine.  */
              res = (size_t) -1;
              break;
            }