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]

[comitted patch] sparc.c, i960.c: Fix a comment typo.


Hi,

I comitted the attached patch to both the head and 3.0 branch as
obvious.

Thanks,

Kazu Hirata

2001-04-21  Kazu Hirata  <kazu@hxi.com>

	* config/sparc/sparc.c (sparc_flat_eligible_for_epilogue_delay):
	Fix a comment typo.
	* config/i960/i960.c (signed_arith_operand): Likewise.

Index: config/i960/i960.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/i960/i960.c,v
retrieving revision 1.22
diff -u -r1.22 i960.c
--- i960.c	2001/03/22 18:48:35	1.22
+++ i960.c	2001/04/21 16:13:34
@@ -160,7 +160,7 @@
   return (register_operand (op, mode) || fp_literal (op, mode));
 }
 
-/* Return true is OP is a register or a valid signed integer literal.  */
+/* Return true if OP is a register or a valid signed integer literal.  */
 
 int
 signed_arith_operand (op, mode)
Index: config/sparc/sparc.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/sparc/sparc.c,v
retrieving revision 1.140
diff -u -r1.140 sparc.c
--- sparc.c	2001/04/03 15:06:11	1.140
+++ sparc.c	2001/04/21 16:13:36
@@ -6907,7 +6907,7 @@
   return 0;
 }
 
-/* Return true is TRIAL is a valid insn for the epilogue delay slot.
+/* Return true if TRIAL is a valid insn for the epilogue delay slot.
    Any single length instruction which doesn't reference the stack or frame
    pointer is OK.  */
 


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