summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-07-26 08:42:53 +0000
committerRoland McGrath <roland@gnu.org>2005-07-26 08:42:53 +0000
commita7ed1b0c150b73d767c05068664840fae001f8e0 (patch)
tree4d48c5a4fce49a909407466f99104dfdbc58aa9b /misc
parentf708467a3ed72df24042027885b95ddd0d2bae9f (diff)
2005-07-26 Jakub Jelinek <jakub@redhat.com>
* misc/error.c (error_tail): Fix a comment typo.
Diffstat (limited to 'misc')
-rw-r--r--misc/error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/error.c b/misc/error.c
index 29060e94de..34d92e0f86 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;
}