public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] libelf: fix typos in comment
@ 2023-09-09 16:07 COCOCO X
  2023-09-10 19:54 ` Mark Wielaard
  0 siblings, 1 reply; 2+ messages in thread
From: COCOCO X @ 2023-09-09 16:07 UTC (permalink / raw)
  To: elfutils-devel

[-- Attachment #1: Type: text/plain, Size: 1006 bytes --]

bug -> but

Signed-off-by: Yanglin Xun <xunyanglins@gmail.com>
---
 libelf/ChangeLog | 4 ++++
 libelf/libelf.h  | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/libelf/ChangeLog b/libelf/ChangeLog
index 1d5178c..4636156 100644
--- a/libelf/ChangeLog
+++ b/libelf/ChangeLog
@@ -1,3 +1,7 @@
+2023-09-09  Yanglin Xun  <xunyanglins@gmail.com>
+
+ * libelf.h: Fix typo in comment
+
 2023-04-01  Youling Tang  <tangyouling@loongson.cn>

  * elf.h: Update from glibc.
diff --git a/libelf/libelf.h b/libelf/libelf.h
index 458a1fa..d3f057b 100644
--- a/libelf/libelf.h
+++ b/libelf/libelf.h
@@ -302,7 +302,7 @@ extern Elf_Scn *elf_getscn (Elf *__elf, size_t __index);

 /* Get section at OFFSET.  */
 extern Elf_Scn *elf32_offscn (Elf *__elf, Elf32_Off __offset);
-/* Similar bug this time the binary calls is ELFCLASS64.  */
+/* Similar but this time the binary calls is ELFCLASS64.  */
 extern Elf_Scn *elf64_offscn (Elf *__elf, Elf64_Off __offset);

 /* Get index of section.  */
-- 
2.42.0

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

* Re: [PATCH] libelf: fix typos in comment
  2023-09-09 16:07 [PATCH] libelf: fix typos in comment COCOCO X
@ 2023-09-10 19:54 ` Mark Wielaard
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Wielaard @ 2023-09-10 19:54 UTC (permalink / raw)
  To: COCOCO X; +Cc: elfutils-devel

Hi,

On Sun, Sep 10, 2023 at 12:07:15AM +0800, COCOCO X via Elfutils-devel wrote:
> bug -> but

Thanks, pushed.

Mark

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

end of thread, other threads:[~2023-09-10 19:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-09 16:07 [PATCH] libelf: fix typos in comment COCOCO X
2023-09-10 19:54 ` 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).