diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-07-04 21:17:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-07-04 21:17:34 +0000 |
commit | 8e46c99fd5d1ab818533b338e18a4b93859c807d (patch) | |
tree | 741b83a22649a5696e76dd4930ebb8c6f4e51747 | |
parent | 1311e86e432fde7e3ea44eb33e8b8472f710dd61 (diff) | |
download | glibc-8e46c99fd5d1ab818533b338e18a4b93859c807d.tar.gz glibc-8e46c99fd5d1ab818533b338e18a4b93859c807d.tar.xz glibc-8e46c99fd5d1ab818533b338e18a4b93859c807d.zip |
Fix typo.
-rw-r--r-- | elf/dl-sysdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-sysdep.c b/elf/dl-sysdep.c index ec3f0e3474..85e331a90f 100644 --- a/elf/dl-sysdep.c +++ b/elf/dl-sysdep.c @@ -471,7 +471,7 @@ _dl_important_hwcaps (const char *platform, size_t platform_len, size_t *sz, || total + (sizeof (*result) << 3) >= (1UL << (sizeof (size_t) * 8 - cnt + 3)))) _dl_signal_error (ENOMEM, NULL, NULL, - N_("Xcannot create capability list")); + N_("cannot create capability list")); total <<= cnt - 3; } |