Skip to content

Commit

Permalink
Clarify comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav92003 committed Jan 17, 2025
1 parent 51b5df9 commit 4d313dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/unix/module_elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ elf_loader_map_file(elf_loader_t *elf, bool reachable);
* called after reading program headers with elf_loader_read_phdrs() or the
* elf_loader_read_headers() shortcut. All image mappings are done via the
* provided function pointers. If a remap_func is specified, it is used when
* we must unmap a certain part of a prior reserved anonymous map and use it
* we must unmap a certain part of a prior reserved address range and use it
* for another mapping; unlike unmap_func followed by map_func, remap_func
* is expected to do this atomically to mitigate risk of that region getting
* mmaped by another thread between the unmap and map events (i#7192). On
Expand Down

0 comments on commit 4d313dc

Please sign in to comment.