sparc.c (sparc_flat_eligible_for_epilogue_delay): Fix a comment typo.
authorKazu Hirata <kazu@hxi.com>
Sat, 21 Apr 2001 16:14:45 +0000 (16:14 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 21 Apr 2001 16:14:45 +0000 (16:14 +0000)
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.

From-SVN: r41484

gcc/ChangeLog
gcc/config/i960/i960.c
gcc/config/sparc/sparc.c

index c93ca62d4de70090cdf8cb786c063a7beb2ac0a0..45493ea341cb44c0ddac4696b08522ec90c64820 100644 (file)
@@ -2,6 +2,10 @@
 
        * config/h8300/h8300.c (general_operand_src): Fix a comment typo.
 
+       * config/sparc/sparc.c (sparc_flat_eligible_for_epilogue_delay):
+       Fix a comment typo.
+       * config/i960/i960.c (signed_arith_operand): Likewise.
+
 2001-04-20  Zack Weinberg  <zackw@stanford.edu>
 
        * configure.in: Probe for times, clock, struct tms, and clock_t.
index 3346529bf58a2edbe2798e0326a4d7cc85bdfb0c..0773c575a46160ed4b7c2914c948e6b6332a0c2d 100644 (file)
@@ -160,7 +160,7 @@ fp_arith_operand (op, mode)
   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 782d2a725d346bf9bc8b6f2780514627a990c82d..0d5b3635e86e6209720b2943e70588bd395815f2 100644 (file)
@@ -6907,7 +6907,7 @@ sparc_flat_epilogue_delay_slots ()
   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.  */