aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.