aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlang.c
diff options
context:
space:
mode:
authorAmbrogino Modigliani <ambrogino.modigliani@gmail.com>2016-11-25 21:01:44 +0100
committerAlan Modra <amodra@gmail.com>2016-11-27 15:04:38 +1030
commit370dfff4c4b46fc194cf1ab2b0762c2a9deae7ba (patch)
tree97e120ccbe803f6c88dc4f51001b0b55c97bcc50 /ld/ldlang.c
parent576a6e4d1d1ac2c5b7e44830d3328ae8723fcb06 (diff)
downloadfsf-binutils-gdb-370dfff4c4b46fc194cf1ab2b0762c2a9deae7ba.zip
fsf-binutils-gdb-370dfff4c4b46fc194cf1ab2b0762c2a9deae7ba.tar.gz
fsf-binutils-gdb-370dfff4c4b46fc194cf1ab2b0762c2a9deae7ba.tar.bz2
Fix spelling in comments in C source files (ld)
* deffile.h: Fix spelling in comments. * ld.h: Fix spelling in comments. * ldlang.c: Fix spelling in comments. * ldmisc.c: Fix spelling in comments. * pe-dll.c: Fix spelling in comments.
Diffstat (limited to 'ld/ldlang.c')
-rw-r--r--ld/ldlang.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/ldlang.c b/ld/ldlang.c
index 7d495c0..de24380 100644
--- a/ld/ldlang.c
+++ b/ld/ldlang.c
@@ -3704,7 +3704,7 @@ map_input_to_output_sections
processed the segment marker. Originally, the linker
treated segment directives (like -Ttext on the
command-line) as section directives. We honor the
- section directive semantics for backwards compatibilty;
+ section directive semantics for backwards compatibility;
linker scripts that do not specifically check for
SEGMENT_START automatically get the old semantics. */
if (!s->address_statement.segment
@@ -6880,7 +6880,7 @@ lang_process (void)
are any more to be added to the link before we call the
emulation's after_open hook. We create a private list of
input statements for this purpose, which we will eventually
- insert into the global statment list after the first claimed
+ insert into the global statement list after the first claimed
file. */
added = *stat_ptr;
/* We need to manipulate all three chains in synchrony. */