[PATCH] Comment typo fix
Jakub Jelinek
jakub@redhat.com
Tue Jul 26 08:44:00 GMT 2005
Hi!
2005-07-26 Jakub Jelinek <jakub@redhat.com>
* misc/error (error_tail): Fix a comment typo.
--- libc/misc/error.c 20 Jul 2005 17:50:32 -0000 1.36
+++ libc/misc/error.c 26 Jul 2005 08:40:05 -0000
@@ -210,7 +210,7 @@ error_tail (int status, int errnum, cons
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;
}
Jakub
More information about the Libc-hacker
mailing list