Fix spelling in comments in Assembler files (gas)
authorAmbrogino Modigliani <ambrogino.modigliani@gmail.com>
Fri, 25 Nov 2016 20:01:45 +0000 (21:01 +0100)
committerAlan Modra <amodra@gmail.com>
Sun, 27 Nov 2016 04:36:43 +0000 (15:06 +1030)
* testsuite/gas/arm/local_function.d: Fix spelling in comments.
* testsuite/gas/arm/req.s: Fix spelling in comments.
* testsuite/gas/arm/vfp1.s: Fix spelling in comments.
* testsuite/gas/arm/vfp1_t2.s: Fix spelling in comments.
* testsuite/gas/arm/vfp1xD.s: Fix spelling in comments.
* testsuite/gas/arm/vfp1xD_t2.s: Fix spelling in comments.
* testsuite/gas/mcore/allinsn.s: Fix spelling in comments.
* testsuite/gas/mips/24k-triple-stores-5.s: Fix spelling in comments.
* testsuite/gas/mips/delay.d: Fix spelling in comments.
* testsuite/gas/mips/nodelay.d: Fix spelling in comments.
* testsuite/gas/mips/r5900-full.s: Fix spelling in comments.
* testsuite/gas/mips/r5900.s: Fix spelling in comments.

13 files changed:
gas/ChangeLog
gas/testsuite/gas/arm/local_function.d
gas/testsuite/gas/arm/req.s
gas/testsuite/gas/arm/vfp1.s
gas/testsuite/gas/arm/vfp1_t2.s
gas/testsuite/gas/arm/vfp1xD.s
gas/testsuite/gas/arm/vfp1xD_t2.s
gas/testsuite/gas/mcore/allinsn.s
gas/testsuite/gas/mips/24k-triple-stores-5.s
gas/testsuite/gas/mips/delay.d
gas/testsuite/gas/mips/nodelay.d
gas/testsuite/gas/mips/r5900-full.s
gas/testsuite/gas/mips/r5900.s

index 39f0efc3d7af094bb80da95bd985b6a367f1117d..c3877f063fe57911fdf39b844be4465680ccd025 100644 (file)
@@ -1,3 +1,18 @@
+2016-11-27  Ambrogino Modigliani  <ambrogino.modigliani@gmail.com>
+
+       * testsuite/gas/arm/local_function.d: Fix spelling in comments.
+       * testsuite/gas/arm/req.s: Fix spelling in comments.
+       * testsuite/gas/arm/vfp1.s: Fix spelling in comments.
+       * testsuite/gas/arm/vfp1_t2.s: Fix spelling in comments.
+       * testsuite/gas/arm/vfp1xD.s: Fix spelling in comments.
+       * testsuite/gas/arm/vfp1xD_t2.s: Fix spelling in comments.
+       * testsuite/gas/mcore/allinsn.s: Fix spelling in comments.
+       * testsuite/gas/mips/24k-triple-stores-5.s: Fix spelling in comments.
+       * testsuite/gas/mips/delay.d: Fix spelling in comments.
+       * testsuite/gas/mips/nodelay.d: Fix spelling in comments.
+       * testsuite/gas/mips/r5900-full.s: Fix spelling in comments.
+       * testsuite/gas/mips/r5900.s: Fix spelling in comments.
+
 2016-11-27  Ambrogino Modigliani  <ambrogino.modigliani@gmail.com>
 
        * as.h: Fix spelling in comments.
index 2532f739e3ce97d33a319d15d9f152b77d58a3f3..6d227d533ac70f79e3c3cd3ee3fa7ab79011595c 100644 (file)
@@ -1,5 +1,5 @@
 #objdump: -r
-#name: Relocations agains local function symbols
+#name: Relocations against local function symbols
 # This test is only valid on ELF based ports.
 #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* *-*-vxworks
 
index 1330e751eceda4d18a511e20750ed7dc5e826ac0..4399aeeb6ec5275befc3ccb4f7d42352abdedd4d 100644 (file)
@@ -37,5 +37,5 @@ test_dot_req_and_unreq:
        add FOO, FOO, FOO
 
        # Check that a second attempt to alias foo, using a mixed case
-       # verison of the name, will fail.
+       # version of the name, will fail.
        Foo .req r2
index 1a80877c6228441f358a1bbbe12982e98913b971..ff8a5fb0224b92c416ee7fabcda6f7cf7efe5482 100644 (file)
@@ -3,7 +3,7 @@
        .global F
 F:
        @ First we test the basic syntax and bit patterns of the opcodes.
-       @ Most of these tests deliberatly use d0/r0 to avoid setting
+       @ Most of these tests deliberately use d0/r0 to avoid setting
        @ any more bits than necessary.
 
        @ Comparison operations
index dd596cb56913cdd1c277c4f1fd6dbbe2a6e9ae53..763a34df17c439b285c42b0a772a3bdf37d4984b 100644 (file)
@@ -6,7 +6,7 @@
        .global F
 F:
        @ First we test the basic syntax and bit patterns of the opcodes.
-       @ Most of these tests deliberatly use d0/r0 to avoid setting
+       @ Most of these tests deliberately use d0/r0 to avoid setting
        @ any more bits than necessary.
 
        @ Comparison operations
index 0e603e9748f415038cca1bb58c24d0a8bddcfcbe..a760c9b56c8035818f67c51be4f72ef6456dd4c0 100644 (file)
@@ -3,7 +3,7 @@
        .global F
 F:
        @ First we test the basic syntax and bit patterns of the opcodes.
-       @ Most of these tests deliberatly use s0/r0 to avoid setting
+       @ Most of these tests deliberately use s0/r0 to avoid setting
        @ any more bits than necessary.
 
        @ Comparison operations
index 8e962c07e3e93c264fd336cbe0c91ed791b609f5..83727624bd97fe2e34d1db9684c980ec4c9e8cc4 100644 (file)
@@ -6,7 +6,7 @@
        .global F
 F:
        @ First we test the basic syntax and bit patterns of the opcodes.
-       @ Most of these tests deliberatly use s0/r0 to avoid setting
+       @ Most of these tests deliberately use s0/r0 to avoid setting
        @ any more bits than necessary.
 
        @ Comparison operations
index e9196e750754567e5970f61e4f7b33aedfa75f38..7f21e514f5815668f8c0ca88070eb2e07e836ea0 100644 (file)
@@ -13,14 +13,14 @@ footext:
        test addc  "r1,r2"      // A double forward slash starts a line comment
        test addi  "r3, 1"      # So does a hash
        test addu  "r4, r5"     // White space between operands should be ignored
-       test and   "r6,r7"   ;  test andi  "r8,2" // A semicolon seperates statements
+       test and   "r6,r7"   ;  test andi  "r8,2" // A semicolon separates statements
        test andn  "r9, r10"
        test asr   "r11, R12"   // Uppercase R is allowed as a register prefix
        test asrc  "r13"
        test asri  "r14,0x1f"
        test bclri "r15,0"
        test bf    footext
-       test bgeni "sp, 7"      // r0 can also be refered to as 'sp'
+       test bgeni "sp, 7"      // r0 can also be referred to as 'sp'
        test BGENI "r0, 8"      // Officially upper case or mixed case
        test BGENi "r0, 31"     // mnemonics should not be allowed, but we relax this...
        test bgenr "r1, r2"
index eb0e92e1ac251d4dbf908ac93302f1186a66ebbe..a5823eee9d4511d22cc7158eb9402ee72ab0c6d4 100644 (file)
@@ -1,4 +1,4 @@
-# Mix byte/half/word sizes with arbitary base register.
+# Mix byte/half/word sizes with arbitrary base register.
 
 foo:
        # safe
index 0c3ef0873f02b514e4a8286ea9828aea14cf3b2f..63d772862146acd5875877b5c8308ed32e7be3ac 100644 (file)
@@ -5,7 +5,7 @@
 # 
 # Gas should produce nop's after mtc1 and related 
 # insn's if the target fpr is used in the 
-# immediatly following insn.  See also nodelay.d.
+# immediately following insn.  See also nodelay.d.
 #
 
 .*: +file format .*mips.*
index 10101f09e780d4315f5de145d94bee98afd765dd..2b1ed5d4ad4bde38aca236716d20b0665ed2c7aa 100644 (file)
@@ -5,7 +5,7 @@
 
 # For -mips4 
 # Gas should *not* produce nop's after mtc1 and related 
-# insn's if the target fpr is used in the immediatly 
+# insn's if the target fpr is used in the immediately
 # following insn.  See also delay.d.
 #
 
index 9560dc7b7639273fe335d614e4bc4b880d2e4b6e..a5ca89d46580e640fb3ddba3d753a0a2717c8417 100644 (file)
@@ -48,7 +48,7 @@ stuff:
 
        # The cvt.w.s instruction of the R5900 does the same as trunc.w.s in MIPS I.
        # The cvt.w.s instruction of MIPS I doesn't exist in the R5900 CPU.
-       # For compatibilty the instruction trunc.w.s uses the opcode of cvt.w.s.
+       # For compatibility the instruction trunc.w.s uses the opcode of cvt.w.s.
        # cvt.w.s should not be used on R5900.
        trunc.w.s $f0, $f31
        trunc.w.s $f31, $f0
index 022c4ab256ae99fda04276bb9bdccd02df55b129..3a16e28f28a1146d5028df1fecd2f46e0dfae25c 100644 (file)
@@ -44,7 +44,7 @@ stuff:
 
        # The cvt.w.s instruction of the R5900 does the same as trunc.w.s in MIPS I.
        # The cvt.w.s instruction of MIPS I doesn't exist in the R5900 CPU.
-       # For compatibilty the instruction trunc.w.s uses the opcode of cvt.w.s.
+       # For compatibility the instruction trunc.w.s uses the opcode of cvt.w.s.
        # cvt.w.s should not be used on R5900.
        trunc.w.s $f0, $f31
        trunc.w.s $f31, $f0