From: Ulrich Drepper Date: Wed, 4 Jul 2007 21:17:34 +0000 (+0000) Subject: Fix typo. X-Git-Tag: cvs/glibc-2_6_1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e46c99fd5d1ab818533b338e18a4b93859c807d;p=thirdparty%2Fglibc.git Fix typo. --- diff --git a/elf/dl-sysdep.c b/elf/dl-sysdep.c index ec3f0e34749..85e331a90f1 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; }