Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Wed, 4 Jul 2007 21:17:34 +0000 (21:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 4 Jul 2007 21:17:34 +0000 (21:17 +0000)
elf/dl-sysdep.c

index ec3f0e3..85e331a 100644 (file)
@@ -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;
        }