summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-03-20 21:06:29 +0000
committernorly <ny-git@enpas.org>2013-03-20 21:06:29 +0000
commit20d33931a158fe6236092964120aaec793321a4c (patch)
tree81300aa9f5b89ea9e4cb89b6a6012dbaee326575 /src
parent350812f90222da942a914f5ca8fa577720ab5fe8 (diff)
Typo
Diffstat (limited to 'src')
-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) {