We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01fa964 commit 1632efaCopy full SHA for 1632efa
src/elf.h
@@ -52,7 +52,7 @@ bool elf_open(elf_t *e, const char *path);
52
/* Find a symbol entry */
53
const struct Elf32_Sym *elf_get_symbol(elf_t *e, const char *name);
54
55
-/* Find symbole from a specified ELF file */
+/* Find symbol from a specified ELF file */
56
const char *elf_find_symbol(elf_t *e, uint32_t addr);
57
58
/* get the range of .data section from the ELF file */
0 commit comments