From: Bryan Stenson Date: Mon, 6 Jan 2020 16:15:04 +0000 (+0000) Subject: mips.c (vr4130_align_insns): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2b4f0b8951cbe95e5315428e7c6687307f236e6b;p=gcc.git mips.c (vr4130_align_insns): Fix typo. 2020-01-06 Bryan Stenson * config/mips/mips.c (vr4130_align_insns): Fix typo. * doc/md.texi (movstr): Likewise. From-SVN: r279905 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8084d5ca512..a3e52208be3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2020-01-06 Bryan Stenson + + * config/mips/mips.c (vr4130_align_insns): Fix typo. + * doc/md.texi (movstr): Likewise. + 2020-01-06 Andrew Stubbs * config/gcn/gcn-valu.md (vec_extract): Add early diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index a2ce80525dd..c9a706e2c55 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -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)) diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 241c64b1764..6b5e06e2b79 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -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