From 6fc0bb99a7d0fcedd1b345da14d4dd16926b5458 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 28 May 2006 17:46:46 +0000 Subject: cfgcleanup.c, [...]: Fix comment typos. * cfgcleanup.c, cfgexpand.c, cgraphunit.c, config/arm/arm.c, config/fr30/fr30.md, config/i386/i386-interix.h, config/i386/i386.c, config/i386/i386.md, config/sh/superh.h, config/sh/superh64.h, config/v850/v850.c, df-core.c, df-problems.c, df.h, except.c, final.c, haifa-sched.c, lambda-code.c, libgcc2.h, omp-low.c, optabs.c, predict.c, reload.c, tree-flow.h, tree-outof-ssa.c, tree-ssa-dce.c, tree-ssa-pre.c, tree-vect-transform.c: Fix comment typos. Follow spelling conventions. * doc/invoke.texi, doc/rtl.texi, doc/tm.texi: Fix typos. Follow spelling conventions. From-SVN: r114168 --- gcc/predict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/predict.c') diff --git a/gcc/predict.c b/gcc/predict.c index dd0cdc1..7ac11f0 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -1258,7 +1258,7 @@ tree_estimate_probability (void) { /* Predict early returns to be probable, as we've already taken care for error returns and other cases are often used for - fast paths trought function. */ + fast paths through function. */ if (e->dest == EXIT_BLOCK_PTR && TREE_CODE (last_stmt (bb)) == RETURN_EXPR && !single_pred_p (bb)) -- cgit v1.1