summaryrefslogtreecommitdiff
path: root/gcc/sched-rgn.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/sched-rgn.c')
-rw-r--r--gcc/sched-rgn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sched-rgn.c b/gcc/sched-rgn.c
index 299314a6838..19b31a03b52 100644
--- a/gcc/sched-rgn.c
+++ b/gcc/sched-rgn.c
@@ -1056,7 +1056,7 @@ compute_dom_prob_ps (bb)
fst_in_edge = nxt_in_edge = IN_EDGES (BB_TO_BLOCK (bb));
- /* Intialize dom[bb] to '111..1'. */
+ /* Initialize dom[bb] to '111..1'. */
sbitmap_ones (dom[bb]);
do