public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] libdwelf: fix spelling typos in strings returned by dwelf_elf_e_machine_string
@ 2020-12-12  1:06 Dmitry V. Levin
  2020-12-12 14:19 ` Mark Wielaard
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry V. Levin @ 2020-12-12  1:06 UTC (permalink / raw)
  To: elfutils-devel

embeded -> embedded
Semicondutor -> Semiconductor

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
---
 libdwelf/ChangeLog                    | 5 +++++
 libdwelf/dwelf_elf_e_machine_string.c | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/libdwelf/ChangeLog b/libdwelf/ChangeLog
index 008bdeb1..9d05390c 100644
--- a/libdwelf/ChangeLog
+++ b/libdwelf/ChangeLog
@@ -1,3 +1,8 @@
+2020-12-12  Dmitry V. Levin  <ldv@altlinux.org>
+
+	* dwelf_elf_e_machine_string.c (dwelf_elf_e_machine_string): Fix
+	spelling typos in returned strings.
+
 2020-06-04  Mark Wielaard  <mark@klomp.org>
 
 	* dwelf_elf_e_machine_string.c (dwelf_elf_e_machine_string):
diff --git a/libdwelf/dwelf_elf_e_machine_string.c b/libdwelf/dwelf_elf_e_machine_string.c
index 86fa7523..387648e2 100644
--- a/libdwelf/dwelf_elf_e_machine_string.c
+++ b/libdwelf/dwelf_elf_e_machine_string.c
@@ -117,7 +117,7 @@ dwelf_elf_e_machine_string (int machine)
     case EM_PCP:
       return "Siemens PCP";
     case EM_NCPU:
-      return "Sony nCPU embeded RISC";
+      return "Sony nCPU embedded RISC";
     case EM_NDR1:
       return "Denso NDR1 microprocessor";
     case EM_STARCORE:
@@ -289,11 +289,11 @@ dwelf_elf_e_machine_string (int machine)
     case EM_STXP7X:
       return "STMicroelectronics STxP7x";
     case EM_NDS32:
-      return "Andes Technology compact code size embeded RISC";
+      return "Andes Technology compact code size embedded RISC";
     case EM_ECOG1X:
       return "Cyan Technology eCOG1X";
     case EM_MAXQ30:
-      return "Dallas Semicondutor MAXQ30";
+      return "Dallas Semiconductor MAXQ30";
     case EM_XIMO16:
       return "New Japan Radio (NJR) 16-bit DSP";
     case EM_MANIK:
-- 
ldv

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] libdwelf: fix spelling typos in strings returned by dwelf_elf_e_machine_string
  2020-12-12  1:06 [PATCH] libdwelf: fix spelling typos in strings returned by dwelf_elf_e_machine_string Dmitry V. Levin
@ 2020-12-12 14:19 ` Mark Wielaard
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Wielaard @ 2020-12-12 14:19 UTC (permalink / raw)
  To: Dmitry V. Levin; +Cc: elfutils-devel

On Sat, Dec 12, 2020 at 04:06:00AM +0300, Dmitry V. Levin wrote:
> embeded -> embedded
> Semicondutor -> Semiconductor

Thank. Pushed.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-12 14:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-12  1:06 [PATCH] libdwelf: fix spelling typos in strings returned by dwelf_elf_e_machine_string Dmitry V. Levin
2020-12-12 14:19 ` Mark Wielaard

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).