]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 29060e94de382b98e6b5a691119349064d071b46..34d92e0f861030b65b7f3e9d675e86bbecc77086 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;
            }