From f63d1bf775e8c15c877f5a9bf0e3f6fbb021686b Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sun, 28 Oct 2001 12:42:06 +0000 Subject: ChangeLog.0, [...]: Fix spelling errors. * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog, ChangeLog.lib, FSFChangeLog.10, ONEWS, c-common.c, caller-save.c, cfg.c, cfgcleanup.c, cfgrtl.c, collect2.c, df.h, diagnostic.h, final.c, gcse.c, gthr.h, haifa-sched.c, jump.c, local-alloc.c, profile.c, protoize.c, regmove.c, reload1.c, rtlanal.c, sched-vis.c, ssa.c, stmt.c, system.h, toplev.c: Fix spelling errors. From-SVN: r46580 --- gcc/cfgcleanup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cfgcleanup.c') diff --git a/gcc/cfgcleanup.c b/gcc/cfgcleanup.c index f386909..bd5a3ed 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; -- cgit v1.1