]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
libelf: fix typos in comment
authorCOCOCO X <xunyanglins@gmail.com>
Sat, 9 Sep 2023 16:07:15 +0000 (00:07 +0800)
committerMark Wielaard <mark@klomp.org>
Sun, 10 Sep 2023 19:51:58 +0000 (21:51 +0200)
bug -> but

Signed-off-by: Yanglin Xun <xunyanglins@gmail.com>
libelf/ChangeLog
libelf/libelf.h

index 1d5178ca2ef6f33c8c0c0ae44f2b519c84d62de9..0e314ab62b2ff399a584bf7e39060734ddaa0c7d 100644 (file)
@@ -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.
index 458a1fada522e622eb8c0e676759027e41bbdba0..d3f057b49b89f0e987e01cad78030cda35833d05 100644 (file)
@@ -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.  */