summaryrefslogtreecommitdiffstats
path: root/src/elf32-i386.script
diff options
context:
space:
mode:
authorMarek Polacek <[email protected]>2011-04-15 11:41:32 +0200
committerMarek Polacek <[email protected]>2011-04-16 14:43:57 +0200
commited52618203ac78179e3a0cf36db5bdca8958da1d (patch)
tree4ddaa672e519fe8e202317be9b0bc85068549422 /src/elf32-i386.script
parentdbb490fad0fb4924e7cd0ae3991dec1cda0de644 (diff)
Fix doubled words.
Diffstat (limited to 'src/elf32-i386.script')
-rw-r--r--src/elf32-i386.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elf32-i386.script b/src/elf32-i386.script
index a6cfffa1..2083278f 100644
--- a/src/elf32-i386.script
+++ b/src/elf32-i386.script
@@ -120,7 +120,7 @@ SEGMENT [RW]
is in. */
KEEP (*crtbegin.o(.ctors))
/* We don't want to include the .ctor section from
- from the crtend.o file until after the sorted ctors.
+ the crtend.o file until after the sorted ctors.
The .ctor section from the crtend file contains the
end of ctors marker and it must be last */
KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))