summaryrefslogtreecommitdiff
path: root/src/elfxx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/elfxx.c')
-rw-r--r--src/elfxx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elfxx.c b/src/elfxx.c
index 321cfb97..2f9d1593 100644
--- a/src/elfxx.c
+++ b/src/elfxx.c
@@ -165,7 +165,7 @@ elf_w (get_load_offset) (struct elf_image *ei, unsigned long segbase,
Elf_W (Ehdr) *ehdr;
Elf_W (Phdr) *phdr;
int i;
- // mapoff is obtained from mmap informations, so is always aligned on a page size.
+ // mapoff is obtained from mmap information, so it is always aligned on a page size.
// PT_LOAD program headers p_offset however is not guaranteed to be aligned on a
// page size, ld.lld generate libraries where this is not the case. So we must
// make sure we compare both values with the same alignment.