From a7ed1b0c150b73d767c05068664840fae001f8e0 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 26 Jul 2005 08:42:53 +0000 Subject: [PATCH] 2005-07-26 Jakub Jelinek * misc/error.c (error_tail): Fix a comment typo. --- misc/error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/error.c b/misc/error.c index 29060e9..34d92e0 100644 --- a/misc/error.c +++ b/misc/error.c @@ -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; } -- 2.7.4