aboutsummaryrefslogtreecommitdiffstats
path: root/linker/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'linker/Android.mk')
-rw-r--r--linker/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/linker/Android.mk b/linker/Android.mk
index c6fb49d28..19a68a0dc 100644
--- a/linker/Android.mk
+++ b/linker/Android.mk
@@ -14,7 +14,7 @@ ifeq ($(TARGET_ARCH),sh)
LINKER_TEXT_BASE := 0x70000100
else
# This is aligned to 4K page boundary so that both GNU ld and gold work. Gold
-# actually produces a correct binary with starting adding 0xB0000100 but the
+# actually produces a correct binary with starting address 0xB0000100 but the
# extra objcopy step to rename symbols causes the resulting binary to be misaligned
# and unloadable. Increasing the alignment adds an extra 3840 bytes in padding
# but switching to gold saves about 1M of space.