summary refs log tree commit diff
path: root/elf/dl-sysdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/dl-sysdep.c')
-rw-r--r--elf/dl-sysdep.c2
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;
 	}