From 8e46c99fd5d1ab818533b338e18a4b93859c807d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 4 Jul 2007 21:17:34 +0000 Subject: [PATCH] Fix typo. --- elf/dl-sysdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elf/dl-sysdep.c b/elf/dl-sysdep.c index ec3f0e3..85e331a 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; } -- 2.7.4