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 91f66a8..b6786f7 100644
--- a/gcc/predict.c
+++ b/gcc/predict.c
@@ -64,7 +64,7 @@ static sreal real_zero, real_one, real_almost_one, real_br_prob_base,
/* Random guesstimation given names.
PROV_VERY_UNLIKELY should be small enough so basic block predicted
- by it gets bellow HOT_BB_FREQUENCY_FRANCTION. */
+ by it gets below HOT_BB_FREQUENCY_FRACTION. */
#define PROB_VERY_UNLIKELY (REG_BR_PROB_BASE / 2000 - 1)
#define PROB_EVEN (REG_BR_PROB_BASE / 2)
#define PROB_VERY_LIKELY (REG_BR_PROB_BASE - PROB_VERY_UNLIKELY)