summaryrefslogtreecommitdiff
path: root/gcc/dominance.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/dominance.c')
-rw-r--r--gcc/dominance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dominance.c b/gcc/dominance.c
index c7e39b50ca5..d341f487ba3 100644
--- a/gcc/dominance.c
+++ b/gcc/dominance.c
@@ -842,7 +842,7 @@ nearest_common_dominator_for_set (enum cdi_direction dir, bitmap blocks)
because we must hit A in the dominator tree *before* B on the walk
down, and we will hit A *after* B on the walk back up
- 2. Node A is below node B (and thus, node B dominates node B)
+ 2. Node A is below node B (and thus, node B dominates node A)
B