Description: fix typos in source files.
Author: Thiago Marques Siqueira <thiagoms.15@gmail.com>
Last-Update: 2023-06-29
Index: binutils-msp430-2.40.50/binutils-2.40.50/binutils/readelf.c
===================================================================
--- binutils-msp430-2.40.50.orig/binutils-2.40.50/binutils/readelf.c
+++ binutils-msp430-2.40.50/binutils-2.40.50/binutils/readelf.c
@@ -2790,7 +2790,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 */
@@ -5775,7 +5775,7 @@ check_magic_number (Filedata * filedata,
   {
     { { '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"),
