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:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user