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-s390 | |
parent | a40d0312ad50263a4437c01311a3bf1f268576a6 (diff) | |
download | gdb-15a086bed79aff51c9ace7d3b5f389e8cd38399b.zip gdb-15a086bed79aff51c9ace7d3b5f389e8cd38399b.tar.gz gdb-15a086bed79aff51c9ace7d3b5f389e8cd38399b.tar.bz2 |
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-s390')
-rw-r--r-- | ld/testsuite/ld-s390/tlspic1.s | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-s390/tlspic1_64.s | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ld/testsuite/ld-s390/tlspic1.s b/ld/testsuite/ld-s390/tlspic1.s index 28b9c3a..e423985 100644 --- a/ld/testsuite/ld-s390/tlspic1.s +++ b/ld/testsuite/ld-s390/tlspic1.s @@ -32,7 +32,7 @@ sh8: .long 264 .type fn1,@function .balign 64 fn1: - /* Funtion prolog */ + /* Function prolog */ stm %r6,%r14,24(%r15) bras %r13,.LTN1 /* Literal pool */ @@ -84,7 +84,7 @@ fn1: .LC22: .long sH2@gotntpoff .LTN1: - /* Funtion prolog */ + /* Function prolog */ lr %r14,%r15 l %r12,.LC0-.LT1(%r13) ahi %r15,-96 diff --git a/ld/testsuite/ld-s390/tlspic1_64.s b/ld/testsuite/ld-s390/tlspic1_64.s index 4e50008..31abd78 100644 --- a/ld/testsuite/ld-s390/tlspic1_64.s +++ b/ld/testsuite/ld-s390/tlspic1_64.s @@ -32,7 +32,7 @@ sh8: .long 264 .type fn1,@function .balign 64 fn1: - /* Funtion prolog */ + /* Function prolog */ stmg %r6,%r14,48(%r15) bras %r13,.LTN1 /* Literal pool */ @@ -80,7 +80,7 @@ fn1: .LC22: .quad sH2@gotntpoff .LTN1: - /* Funtion prolog */ + /* Function prolog */ lgr %r14,%r15 larl %r12,_GLOBAL_OFFSET_TABLE_ aghi %r15,-160 |