diff options
author | Ambrogino Modigliani <ambrogino.modigliani@gmail.com> | 2016-11-25 21:01:46 +0100 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-11-27 15:07:26 +1030 |
commit | 15a086bed79aff51c9ace7d3b5f389e8cd38399b (patch) | |
tree | e703101c0736e64bc81fb442c580a4859cf3dda3 /ld/testsuite/ld-arm | |
parent | a40d0312ad50263a4437c01311a3bf1f268576a6 (diff) | |
download | binutils-gdb-15a086bed79aff51c9ace7d3b5f389e8cd38399b.tar.gz |
Fix spelling in comments in Assembler files (ld)
* testsuite/ld-arm/stm32l4xx-fix-all.s: Fix spelling in comments.
* testsuite/ld-arm/thumb2-b-interwork.s: Fix spelling in comments.
* testsuite/ld-arm/thumb2-bl.s: Fix spelling in comments.
* testsuite/ld-s390/tlspic1.s: Fix spelling in comments.
* testsuite/ld-s390/tlspic1_64.s: Fix spelling in comments.
* testsuite/ld-scripts/section-match-1.d: Fix spelling in comments.
Diffstat (limited to 'ld/testsuite/ld-arm')
-rw-r--r-- | ld/testsuite/ld-arm/stm32l4xx-fix-all.s | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-arm/thumb2-b-interwork.s | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-arm/thumb2-bl.s | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/ld/testsuite/ld-arm/stm32l4xx-fix-all.s b/ld/testsuite/ld-arm/stm32l4xx-fix-all.s index 580e5b2e29b..e1e4a0664b4 100644 --- a/ld/testsuite/ld-arm/stm32l4xx-fix-all.s +++ b/ld/testsuite/ld-arm/stm32l4xx-fix-all.s @@ -7,7 +7,7 @@ .thumb_func .global _start _start: - @ All LDM treatments for word acces <= 8 go through the same + @ All LDM treatments for word access <= 8 go through the same @ replication code, but decoding may vary ldm.w r9, {r1-r8} ldm.w r9!, {r1-r8} @@ -15,7 +15,7 @@ _start: ldmdb.w r9!, {r1-r8} pop {r1-r8} - @ All VLDM treatments for word acces <= 8 go through the same + @ All VLDM treatments for word access <= 8 go through the same @ replication code, but decoding may vary vldm r9, {s1-s8} vldm r6!, {s9-s16} diff --git a/ld/testsuite/ld-arm/thumb2-b-interwork.s b/ld/testsuite/ld-arm/thumb2-b-interwork.s index 4452a8f437e..2f82c47e3d0 100644 --- a/ld/testsuite/ld-arm/thumb2-b-interwork.s +++ b/ld/testsuite/ld-arm/thumb2-b-interwork.s @@ -1,4 +1,4 @@ -@ Test to ensure that a Thumb-2 B.W can branch to an ARM funtion. +@ Test to ensure that a Thumb-2 B.W can branch to an ARM function. .arch armv7-a .global _start diff --git a/ld/testsuite/ld-arm/thumb2-bl.s b/ld/testsuite/ld-arm/thumb2-bl.s index 80af8108b8f..306aa4e79ac 100644 --- a/ld/testsuite/ld-arm/thumb2-bl.s +++ b/ld/testsuite/ld-arm/thumb2-bl.s @@ -1,5 +1,5 @@ @ Test to ensure that a Thumb-2 BL works with an offset that is -@ not permissable for Thumb-1. +@ not permissible for Thumb-1. .global _start .syntax unified |