* config/mips/mips.md: Fix comment typo.
authorRichard Sandiford <rsandifo@redhat.com>
Sat, 3 May 2003 08:40:07 +0000 (08:40 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sat, 3 May 2003 08:40:07 +0000 (08:40 +0000)
From-SVN: r66420

gcc/ChangeLog
gcc/config/mips/mips.md

index 956692822ef5653a58b467ef3bcf379fc22f6dcd..3da2fa0ec0fa6b28a47b8a7572197a0f01efd34b 100644 (file)
@@ -1,5 +1,7 @@
 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
 
+       * 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
index c42c9d893a8f81423222c8c13786e982aa1ae4c5..a9367289d5eddafd6962cb172188f1678408d48c 100644 (file)
@@ -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.