diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-10 08:56:36 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-10 08:56:36 +0000 |
commit | 229031d0e2ec3c74d8dcc0abe20b2906026fd978 (patch) | |
tree | a235258f481319105e716bd009d194ca54190e52 /gcc/predict.c | |
parent | 3cf735f6061e6fa76a3fedca521b6f3f3be28c1e (diff) | |
download | gcc-229031d0e2ec3c74d8dcc0abe20b2906026fd978.zip gcc-229031d0e2ec3c74d8dcc0abe20b2906026fd978.tar.gz gcc-229031d0e2ec3c74d8dcc0abe20b2906026fd978.tar.bz2 |
cgraphunit.c, [...]: Fix comment typos.
* cgraphunit.c, predict.c, tree-ssa-loop-ivopts.c: Fix comment
typos.
From-SVN: r87283
Diffstat (limited to 'gcc/predict.c')
-rw-r--r-- | gcc/predict.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/predict.c b/gcc/predict.c index 99dac1c..fbbc1579 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -313,7 +313,7 @@ dump_prediction (FILE *file, enum br_predictor predictor, int probability, fprintf (file, "\n"); } -/* We can not predict the probabilities of ougtoing edges of bb. Set them +/* We can not predict the probabilities of outgoing edges of bb. Set them evenly and hope for the best. */ static void set_even_probabilities (basic_block bb) @@ -846,7 +846,7 @@ estimate_probability (struct loops *loops_info) profile_status = PROFILE_GUESSED; } -/* Set edge->probability for each succestor edge of BB. */ +/* Set edge->probability for each successor edge of BB. */ void guess_outgoing_edge_probabilities (basic_block bb) { |