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 ba52e52..516cfbc 100644
--- a/gcc/predict.c
+++ b/gcc/predict.c
@@ -556,7 +556,7 @@ expected_value_to_br_prob ()
continue;
case JUMP_INSN:
- /* Look for simple conditional branches. If we havn't got an
+ /* Look for simple conditional branches. If we haven't got an
expected value yet, no point going further. */
if (GET_CODE (insn) != JUMP_INSN || ev == NULL_RTX)
continue;