mips.c (vr4130_align_insns): Fix typo.
authorBryan Stenson <bryan@siliconvortex.com>
Mon, 6 Jan 2020 16:15:04 +0000 (16:15 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 6 Jan 2020 16:15:04 +0000 (09:15 -0700)
2020-01-06  Bryan Stenson  <bryan@siliconvortex.com>

* config/mips/mips.c (vr4130_align_insns): Fix typo.
* doc/md.texi (movstr): Likewise.

From-SVN: r279905

gcc/ChangeLog
gcc/config/mips/mips.c
gcc/doc/md.texi

index 8084d5ca5125ba3a1f4ce8015c97b84344a86836..a3e52208be358634971a0b3680994d640ced6b66 100644 (file)
@@ -1,3 +1,8 @@
+2020-01-06  Bryan Stenson  <bryan@siliconvortex.com>
+
+       * config/mips/mips.c (vr4130_align_insns): Fix typo.
+       * doc/md.texi (movstr): Likewise.
+
 2020-01-06  Andrew Stubbs  <ams@codesourcery.com>
 
        * config/gcn/gcn-valu.md (vec_extract<mode><scalar_mode>): Add early
index a2ce80525ddeb2813e1e37f53af4e852b552662e..c9a706e2c55736f8a4071441c459fadfbc564cbf 100644 (file)
@@ -18627,7 +18627,7 @@ vr4130_align_insns (void)
       if (length > 0)
        {
          /* If the instruction is an asm statement or multi-instruction
-            mips.md patern, the length is only an estimate.  Insert an
+            mips.md pattern, the length is only an estimate.  Insert an
             8 byte alignment after it so that the following instructions
             can be handled correctly.  */
          if (NONJUMP_INSN_P (SEQ_BEGIN (insn))
index 241c64b1764299a78d9b9d1f22d4e5f978bce541..6b5e06e2b79d54c14ad23534d5dfc22fc36b6c69 100644 (file)
@@ -6287,7 +6287,7 @@ destination and source strings are operands 1 and 2, and both are
 the expansion of this pattern should store in operand 0 the address in
 which the @code{NUL} terminator was stored in the destination string.
 
-This patern has also several optional operands that are same as in
+This pattern has also several optional operands that are same as in
 @code{setmem}.
 
 @cindex @code{setmem@var{m}} instruction pattern