public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] readelf: typos in user messages
@ 2023-08-29 15:05 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2023-08-29 15:05 UTC (permalink / raw)
  To: bfd-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=90de8f9c808fe5ee01618689c5adea06e41ef8d6

commit 90de8f9c808fe5ee01618689c5adea06e41ef8d6
Author: Nicolas Boulenguez <nicolas.boulenguez@free.fr>
Date:   Tue Aug 29 16:04:47 2023 +0100

    readelf: typos in user messages

Diff:
---
 binutils/readelf.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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"),

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-29 15:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-29 15:05 [binutils-gdb] readelf: typos in user messages Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).