From 969c6c43acf02fa2c65bf9594c3a78a9c4a2c5c8 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Sat, 3 May 2003 08:40:07 +0000 Subject: [PATCH] * config/mips/mips.md: Fix comment typo. From-SVN: r66420 --- gcc/ChangeLog | 2 ++ gcc/config/mips/mips.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9566928..3da2fa0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2003-05-03 Richard Sandiford + * config/mips/mips.md: Fix comment typo. + * config/mips/mips.c (mips_integer_op): New structure. (MIPS_MAX_INTEGER_OPS): Define. (mips_const_insns): Use mips_build_integer to determine the number diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index c42c9d8..a936728 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -4942,7 +4942,7 @@ move\\t%0,%z4\\n\\ ;; ;; As far as the rtl is concerned, both the left-part and right-part ;; instructions can access the whole field. However, the real operand -;; refers to just the first or the last byte (depending onendianness). +;; refers to just the first or the last byte (depending on endianness). ;; We therefore use two memory operands to each instruction, one to ;; describe the rtl effect and one to use in the assembly output. -- 2.7.4