bug -> but
Signed-off-by: Yanglin Xun <xunyanglins@gmail.com>
+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.
/* 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. */