aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/predict.c')
-rw-r--r--gcc/predict.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/predict.c b/gcc/predict.c
index 1b00058..a7ae977 100644
--- a/gcc/predict.c
+++ b/gcc/predict.c
@@ -1367,7 +1367,7 @@ combine_predictions_for_bb (basic_block bb, bool dry_run)
/* If we have only one successor which is unknown, we can compute missing
- probablity. */
+ probability. */
if (nunknown == 1)
{
profile_probability prob = profile_probability::always ();