summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/model/insert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/insert.c b/src/model/insert.c
index b299391..d4e19d3 100644
--- a/src/model/insert.c
+++ b/src/model/insert.c
@@ -161,7 +161,7 @@ GElf_Xword elfu_mInsertAfter(ElfuElf *me, GElf_Off off, GElf_Xword size)
}
/* For each LOAD header, find clashing headers that need to be
- remapped to lower memory areas.
+ remapped to higher memory areas.
*/
CIRCLEQ_FOREACH(mp, &me->phdrList, elem) {
if (mp->phdr.p_type == PT_LOAD) {