Skip to content

Commit 1632efa

Browse files
authored
Fix typo (#85)
1 parent 01fa964 commit 1632efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ bool elf_open(elf_t *e, const char *path);
5252
/* Find a symbol entry */
5353
const struct Elf32_Sym *elf_get_symbol(elf_t *e, const char *name);
5454

55-
/* Find symbole from a specified ELF file */
55+
/* Find symbol from a specified ELF file */
5656
const char *elf_find_symbol(elf_t *e, uint32_t addr);
5757

5858
/* get the range of .data section from the ELF file */

0 commit comments

Comments
 (0)