diff options
author | Nick Clifton <nickc@redhat.com> | 2011-06-02 13:43:24 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-06-02 13:43:24 +0000 |
commit | cc643b88f142802bf907b2f28ff47c4d1bf55e8b (patch) | |
tree | 5c8a5339fd1d59cb602ea4d452658e69fbe9bad1 /ld/scripttempl | |
parent | 4c422395e61397529b6bbafc7fa5c0e28b4c56dc (diff) | |
download | gdb-cc643b88f142802bf907b2f28ff47c4d1bf55e8b.zip gdb-cc643b88f142802bf907b2f28ff47c4d1bf55e8b.tar.gz gdb-cc643b88f142802bf907b2f28ff47c4d1bf55e8b.tar.bz2 |
Fix spelling mistakes.
Diffstat (limited to 'ld/scripttempl')
-rw-r--r-- | ld/scripttempl/epocpe.sc | 2 | ||||
-rw-r--r-- | ld/scripttempl/i386beos.sc | 2 | ||||
-rw-r--r-- | ld/scripttempl/mcorepe.sc | 2 | ||||
-rw-r--r-- | ld/scripttempl/pe.sc | 2 | ||||
-rw-r--r-- | ld/scripttempl/pep.sc | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/ld/scripttempl/epocpe.sc b/ld/scripttempl/epocpe.sc index 0651c01..441d31e 100644 --- a/ld/scripttempl/epocpe.sc +++ b/ld/scripttempl/epocpe.sc @@ -74,7 +74,7 @@ SECTIONS on fork. This used to be named ".data$nocopy". The linker used to include this between __data_start__ and __data_end__, but that breaks building the cygwin32 dll. Instead, we name the section - ".data_cygwin_nocopy" and explictly include it after __data_end__. */ + ".data_cygwin_nocopy" and explicitly include it after __data_end__. */ .data ${RELOCATING+BLOCK(__section_alignment__)} : { diff --git a/ld/scripttempl/i386beos.sc b/ld/scripttempl/i386beos.sc index f507acc..522b432 100644 --- a/ld/scripttempl/i386beos.sc +++ b/ld/scripttempl/i386beos.sc @@ -68,7 +68,7 @@ SECTIONS on fork. This used to be named ".data$nocopy". The linker used to include this between __data_start__ and __data_end__, but that breaks building the cygwin32 dll. Instead, we name the section - ".data_cygwin_nocopy" and explictly include it after __data_end__. */ + ".data_cygwin_nocopy" and explicitly include it after __data_end__. */ .data ${RELOCATING+BLOCK(__section_alignment__)} : { diff --git a/ld/scripttempl/mcorepe.sc b/ld/scripttempl/mcorepe.sc index 511fdb1..0817fe8 100644 --- a/ld/scripttempl/mcorepe.sc +++ b/ld/scripttempl/mcorepe.sc @@ -74,7 +74,7 @@ SECTIONS on fork. This used to be named ".data$nocopy". The linker used to include this between __data_start__ and __data_end__, but that breaks building the cygwin32 dll. Instead, we name the section - ".data_cygwin_nocopy" and explictly include it after __data_end__. */ + ".data_cygwin_nocopy" and explicitly include it after __data_end__. */ .data ${RELOCATING+BLOCK(__section_alignment__)} : { diff --git a/ld/scripttempl/pe.sc b/ld/scripttempl/pe.sc index 126c1d4..7cf7458 100644 --- a/ld/scripttempl/pe.sc +++ b/ld/scripttempl/pe.sc @@ -90,7 +90,7 @@ SECTIONS on fork. This used to be named ".data$nocopy". The linker used to include this between __data_start__ and __data_end__, but that breaks building the cygwin32 dll. Instead, we name the section - ".data_cygwin_nocopy" and explictly include it after __data_end__. */ + ".data_cygwin_nocopy" and explicitly include it after __data_end__. */ .data ${RELOCATING+BLOCK(__section_alignment__)} : { diff --git a/ld/scripttempl/pep.sc b/ld/scripttempl/pep.sc index a3e0cf3..583cacb 100644 --- a/ld/scripttempl/pep.sc +++ b/ld/scripttempl/pep.sc @@ -91,7 +91,7 @@ SECTIONS on fork. This used to be named ".data$nocopy". The linker used to include this between __data_start__ and __data_end__, but that breaks building the cygwin32 dll. Instead, we name the section - ".data_cygwin_nocopy" and explictly include it after __data_end__. */ + ".data_cygwin_nocopy" and explicitly include it after __data_end__. */ .data ${RELOCATING+BLOCK(__section_alignment__)} : { |