This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] config/sparc/*.md: Fix comment typos.


Hi,

Committed as obvious.

Kazu Hirata

2005-04-21  Kazu Hirata  <kazu@cs.umass.edu>

	* config/sparc/predicates.md, config/sparc/sparc.md: Fix
	comment typos.

Index: config/sparc/predicates.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/sparc/predicates.md,v
retrieving revision 1.1
diff -u -d -p -r1.1 predicates.md
--- config/sparc/predicates.md	21 Apr 2005 06:37:48 -0000	1.1
+++ config/sparc/predicates.md	21 Apr 2005 13:48:49 -0000
@@ -333,7 +333,7 @@
        (match_operand 0 "uns_small_int_operand")))
 
 
-;; Predicates for miscellanous instructions.
+;; Predicates for miscellaneous instructions.
 
 ;; Return true if OP is valid for the lhs of a comparison insn.
 (define_predicate "compare_operand"
Index: config/sparc/sparc.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/sparc/sparc.md,v
retrieving revision 1.230
diff -u -d -p -r1.230 sparc.md
--- config/sparc/sparc.md	21 Apr 2005 08:34:22 -0000	1.230
+++ config/sparc/sparc.md	21 Apr 2005 13:48:49 -0000
@@ -4836,7 +4836,7 @@
   "TARGET_FPU && TARGET_ARCH64 && ! TARGET_HARD_QUAD"
   "emit_tfmode_cvt (UNSIGNED_FIX, operands); DONE;")
 
-;; Integer Addition/Substraction.
+;; Integer Addition/Subtraction.
 
 (define_expand "adddi3"
   [(set (match_operand:DI 0 "register_operand" "")


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]