aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/v850.sc
diff options
context:
space:
mode:
authorAmbrogino Modigliani <ambrogino.modigliani@gmail.com>2016-11-25 21:01:52 +0100
committerAlan Modra <amodra@gmail.com>2016-11-27 20:19:31 +1030
commitb81c93c854e4674c8ff85ac745613cf7b616dad1 (patch)
treeb2d4d97f3ec2a46a47c1eecb55c343d40bdb44c1 /ld/scripttempl/v850.sc
parent8f02b5ad62823c1c02bf9b60d71d027805b4e17a (diff)
downloadgdb-b81c93c854e4674c8ff85ac745613cf7b616dad1.zip
gdb-b81c93c854e4674c8ff85ac745613cf7b616dad1.tar.gz
gdb-b81c93c854e4674c8ff85ac745613cf7b616dad1.tar.bz2
Fix spelling in comments in .sc files (ld)
* scripttempl/ia64vms.sc: Fix spelling in comments. * scripttempl/ip2k.sc: Fix spelling in comments. * scripttempl/v850.sc: Fix spelling in comments. * scripttempl/v850_rh850.sc: Fix spelling in comments.
Diffstat (limited to 'ld/scripttempl/v850.sc')
-rw-r--r--ld/scripttempl/v850.sc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/scripttempl/v850.sc b/ld/scripttempl/v850.sc
index 9ff5e9a..0e83ae0 100644
--- a/ld/scripttempl/v850.sc
+++ b/ld/scripttempl/v850.sc
@@ -31,7 +31,7 @@ SECTIONS
}
/* This is the read only part of the zero data area.
- Having it as a seperate section prevents its
+ Having it as a separate section prevents its
attributes from being inherited by the zdata
section. Specifically it prevents the zdata
section from being marked READONLY. */
@@ -167,7 +167,7 @@ SECTIONS
}
/* We place the .sbss data section AFTER the .rosdata section, so that
- it can directly preceed the .bss section. This allows runtime startup
+ it can directly precede the .bss section. This allows runtime startup
code to initialise all the zero-data sections by simply taking the
value of '_edata' and zeroing until it reaches '_end'. */