summaryrefslogtreecommitdiff
path: root/gcc/predict.def
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/predict.def')
-rw-r--r--gcc/predict.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/predict.def b/gcc/predict.def
index 54832009c16..01290b77d56 100644
--- a/gcc/predict.def
+++ b/gcc/predict.def
@@ -46,7 +46,7 @@ DEF_PREDICTOR (PRED_DS_THEORY, "DS theory", PROB_ALWAYS, 0)
matching heuristics from this list. */
DEF_PREDICTOR (PRED_FIRST_MATCH, "first match", PROB_ALWAYS, 0)
-/* Heuristic applying when no heuristic bellow applies. */
+/* Heuristic applying when no heuristic below applies. */
DEF_PREDICTOR (PRED_NO_PREDICTION, "no prediction", PROB_ALWAYS, 0)
/* Mark unconditional jump as taken. */