diff options
author | Nicolas Boulenguez <nicolas.boulenguez@free.fr> | 2023-08-29 16:04:47 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-08-29 16:04:47 +0100 |
commit | 90de8f9c808fe5ee01618689c5adea06e41ef8d6 (patch) | |
tree | 4ce21f969e0b609077dfc75a04130f30d326b62f /binutils | |
parent | aa7b36b832a1475fad2f184e0b4b58fb2f12241f (diff) | |
download | binutils-90de8f9c808fe5ee01618689c5adea06e41ef8d6.zip binutils-90de8f9c808fe5ee01618689c5adea06e41ef8d6.tar.gz binutils-90de8f9c808fe5ee01618689c5adea06e41ef8d6.tar.bz2 |
readelf: typos in user messages
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/readelf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index a05c75f..c0015ca 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"), |