1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

2005-07-26 Jakub Jelinek <jakub@redhat.com>

* misc/error.c (error_tail): Fix a comment typo.
This commit is contained in:
Roland McGrath
2005-07-26 08:42:53 +00:00
parent f708467a3e
commit a7ed1b0c15

View 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)) 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; res = (size_t) -1;
break; break;
} }