diff options
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) { |