mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
2005-07-26 Jakub Jelinek <jakub@redhat.com>
* misc/error.c (error_tail): Fix a comment typo.
This commit is contained in:
parent
f708467a3e
commit
a7ed1b0c15
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user