aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i960
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2001-04-21 16:14:45 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2001-04-21 16:14:45 +0000
commit51f26c450beaa99fc55f62cfb365fb3d7ce07080 (patch)
treece92b081057a96515dd5ea805feb723edfc1432f /gcc/config/i960
parent5bf77f31dc2d0deb5606ffc9734909b31e377888 (diff)
downloadgcc-51f26c450beaa99fc55f62cfb365fb3d7ce07080.zip
gcc-51f26c450beaa99fc55f62cfb365fb3d7ce07080.tar.gz
gcc-51f26c450beaa99fc55f62cfb365fb3d7ce07080.tar.bz2
sparc.c (sparc_flat_eligible_for_epilogue_delay): Fix a comment typo.
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
Diffstat (limited to 'gcc/config/i960')
-rw-r--r--gcc/config/i960/i960.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i960/i960.c b/gcc/config/i960/i960.c
index 3346529..0773c57 100644
--- a/gcc/config/i960/i960.c
+++ b/gcc/config/i960/i960.c
@@ -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)