diff --git a/gcc/dominance.c b/gcc/dominance.c
index c7e39b50ca5b4fb808966a1c298bf932671e86f0..d341f487ba3c322d5605808b540328c4d9e30f32 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