summaryrefslogtreecommitdiff
path: root/gcc/config/m88k/m88k.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/m88k/m88k.c')
-rw-r--r--gcc/config/m88k/m88k.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/m88k/m88k.c b/gcc/config/m88k/m88k.c
index 64e7ebc7334..b61b8826e04 100644
--- a/gcc/config/m88k/m88k.c
+++ b/gcc/config/m88k/m88k.c
@@ -1349,7 +1349,7 @@ real_or_0_operand (op, mode)
&& op == CONST0_RTX (mode)));
}
-/* Return true if OP is valid to use in the context of logic aritmethic
+/* Return true if OP is valid to use in the context of logic arithmetic
on condition codes. */
int
@@ -2029,7 +2029,7 @@ m88k_end_epilogue (stream, size)
PUT_OCS_FUNCTION_END (stream);
/* If the last insn isn't a BARRIER, we must write a return insn. This
- should only happen if the function has no prologe and no body. */
+ should only happen if the function has no prologue and no body. */
if (GET_CODE (insn) == NOTE)
insn = prev_nonnote_insn (insn);
if (insn == 0 || GET_CODE (insn) != BARRIER)