[patch] config/*: Fix comment typos.

Kazu Hirata kazu@cs.umass.edu
Thu Apr 29 18:49:00 GMT 2004


Hi,

Committed as obvious.

Kazu Hirata

2004-04-29  Kazu Hirata  <kazu@cs.umass.edu>

	* config/mips/mips.md, config/mips/sb1.md,
	config/rs6000/rs6000.c: Fix comment typos.

Index: config/mips/mips.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mips/mips.md,v
retrieving revision 1.236
diff -u -r1.236 mips.md
--- config/mips/mips.md	25 Apr 2004 08:28:32 -0000	1.236
+++ config/mips/mips.md	29 Apr 2004 18:35:03 -0000
@@ -5236,7 +5236,7 @@
 
 ;; The HI and LO registers are not truly independent.  If we move an mthi
 ;; instruction before an mflo instruction, it will make the result of the
-;; mflo unpredicatable.  The same goes for mtlo and mfhi.
+;; mflo unpredictable.  The same goes for mtlo and mfhi.
 ;;
 ;; We cope with this by making the mflo and mfhi patterns use both HI and LO.
 ;; Operand 1 is the register we want, operand 2 is the other one.
Index: config/mips/sb1.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mips/sb1.md,v
retrieving revision 1.1
diff -u -r1.1 sb1.md
--- config/mips/sb1.md	21 Apr 2004 23:21:59 -0000	1.1
+++ config/mips/sb1.md	29 Apr 2004 18:35:03 -0000
@@ -204,7 +204,7 @@
 ;; ??? A simple alu insn issued on an LS unit has 0 cycle latency to an EX
 ;; insn, to a store (for data), and to an xfer insn.  It has 1 cycle latency to
 ;; another LS insn (excluding store data).  A simple alu insn issued on an EX
-;; unit has a latency of 5 cycles when the results goes to a LS unit (exluding
+;; unit has a latency of 5 cycles when the results goes to a LS unit (excluding
 ;; store data), otherwise a latency of 1 cycle.
 
 ;; ??? We can not handle latencies properly for simple alu instructions
Index: config/rs6000/rs6000.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/rs6000.c,v
retrieving revision 1.631
diff -u -r1.631 rs6000.c
--- config/rs6000/rs6000.c	28 Apr 2004 23:03:26 -0000	1.631
+++ config/rs6000/rs6000.c	29 Apr 2004 18:35:10 -0000
@@ -1678,7 +1678,7 @@
     abort ();
 }
 
-/* Returns the constant for the splat instrunction, if exists.  */
+/* Returns the constant for the splat instruction, if exists.  */
 
 static int
 easy_vector_splat_const (int cst, enum machine_mode mode)



More information about the Gcc-patches mailing list