summaryrefslogtreecommitdiff
path: root/gcc/cfgcleanup.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cfgcleanup.c')
-rw-r--r--gcc/cfgcleanup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgcleanup.c b/gcc/cfgcleanup.c
index f3869095db6..bd5a3ed95e9 100644
--- a/gcc/cfgcleanup.c
+++ b/gcc/cfgcleanup.c
@@ -1009,7 +1009,7 @@ try_crossjump_bb (mode, bb)
edge e, e2, nexte2, nexte, fallthru;
bool changed;
- /* Nothing to do if there is not at least two incomming edges. */
+ /* Nothing to do if there is not at least two incoming edges. */
if (!bb->pred || !bb->pred->pred_next)
return false;