diff options
Diffstat (limited to 'gcc/config/i960/i960.c')
-rw-r--r-- | gcc/config/i960/i960.c | 2 |
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) |