From: Nicolas Boulenguez Date: Tue, 29 Aug 2023 15:04:47 +0000 (+0100) Subject: readelf: typos in user messages X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=90de8f9c808fe5ee01618689c5adea06e41ef8d6;p=binutils-gdb.git readelf: typos in user messages --- diff --git a/binutils/readelf.c b/binutils/readelf.c index a05c75fc1c8..c0015ca196f 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -2801,7 +2801,7 @@ get_machine_name (unsigned e_machine) case EM_MMA: return "Fujitsu Multimedia Accelerator"; case EM_PCP: return "Siemens PCP"; case EM_NCPU: return "Sony nCPU embedded RISC processor"; - case EM_NDR1: return "Denso NDR1 microprocesspr"; + case EM_NDR1: return "Denso NDR1 microprocessor"; case EM_STARCORE: return "Motorola Star*Core processor"; case EM_ME16: return "Toyota ME16 processor"; /* 60 */ @@ -6147,7 +6147,7 @@ check_magic_number (Filedata * filedata, Elf_Internal_Ehdr * header) { { { 'B', 'C', 0xc0, 0xde }, N_("This is a LLVM bitcode file - try using llvm-bcanalyzer\n"), - N_("This is a LLVM bitcode file - try extracing and then using llvm-bcanalyzer\n") + N_("This is a LLVM bitcode file - try extracting and then using llvm-bcanalyzer\n") }, { { 'g', 'o', ' ', 'o' }, N_("This is a GO binary file - try using 'go tool objdump' or 'go tool nm'\n"),