summaryrefslogtreecommitdiff
path: root/gcc/config/i860/i860.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i860/i860.c')
-rw-r--r--gcc/config/i860/i860.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i860/i860.c b/gcc/config/i860/i860.c
index ead357ac24c..26a82f19384 100644
--- a/gcc/config/i860/i860.c
+++ b/gcc/config/i860/i860.c
@@ -466,7 +466,7 @@ load_operand (op, mode)
return (memory_operand (op, mode) || indexed_operand (op, mode));
}
-/* Return truth value of whether OP is a integer which fits the
+/* Return truth value of whether OP is an integer which fits the
range constraining immediate operands in add/subtract insns. */
int
@@ -477,7 +477,7 @@ small_int (op, mode)
return (GET_CODE (op) == CONST_INT && SMALL_INT (op));
}
-/* Return truth value of whether OP is a integer which fits the
+/* Return truth value of whether OP is an integer which fits the
range constraining immediate operands in logic insns. */
int