diff options
Diffstat (limited to 'ld/scripttempl/v850.sc')
-rw-r--r-- | ld/scripttempl/v850.sc | 4 |
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'. */ |