From: Richard Sandiford Date: Sat, 3 May 2003 08:40:07 +0000 (+0000) Subject: * config/mips/mips.md: Fix comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=969c6c43acf02fa2c65bf9594c3a78a9c4a2c5c8;p=gcc.git * config/mips/mips.md: Fix comment typo. From-SVN: r66420 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 956692822ef..3da2fa0ec0f 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 c42c9d893a8..a9367289d5e 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.