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))
{
/* This reallyy should not happen if everything is fine. */
/* This really should not happen if everything is fine. */
res = (size_t) -1;
break;
}