Skip to content

Commit

Permalink
Merge pull request #6 from ljbade/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
smx-smx authored Apr 11, 2024
2 parents f84ef2c + 99cf8bd commit fa2e1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xzre.h
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,7 @@ extern lzma_allocator *get_lzma_allocator();
extern void *get_lzma_allocator_address();

/**
* @brief a fake free function called by lzma_free() that then calls elf_symbol_get_addr()
* @brief a fake alloc function called by lzma_alloc() that then calls elf_symbol_get_addr()
*
* @param opaque the parsed ELF context (elf_info_t*)
* @param nmemb not used
Expand Down

0 comments on commit fa2e1b3

Please sign in to comment.