diff options
author | Roland McGrath <roland@gnu.org> | 2005-07-26 08:42:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-07-26 08:42:53 +0000 |
commit | a7ed1b0c150b73d767c05068664840fae001f8e0 (patch) | |
tree | 4d48c5a4fce49a909407466f99104dfdbc58aa9b /misc | |
parent | f708467a3ed72df24042027885b95ddd0d2bae9f (diff) | |
download | glibc-a7ed1b0c150b73d767c05068664840fae001f8e0.tar.gz glibc-a7ed1b0c150b73d767c05068664840fae001f8e0.tar.xz glibc-a7ed1b0c150b73d767c05068664840fae001f8e0.zip |
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.c | 2 |
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; } |