aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@redhat.com>2003-05-03 08:40:07 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2003-05-03 08:40:07 +0000
commit969c6c43acf02fa2c65bf9594c3a78a9c4a2c5c8 (patch)
tree3457b91e32fc8119f729777ebcf2c30e96b1bb4f
parentb259a9a6f769bd960eb564055828e34414cef839 (diff)
downloadgcc-969c6c43acf02fa2c65bf9594c3a78a9c4a2c5c8.zip
gcc-969c6c43acf02fa2c65bf9594c3a78a9c4a2c5c8.tar.gz
gcc-969c6c43acf02fa2c65bf9594c3a78a9c4a2c5c8.tar.bz2
* config/mips/mips.md: Fix comment typo.
From-SVN: r66420
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/config/mips/mips.md2
2 files changed, 3 insertions, 1 deletions
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 <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
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.