changeset 19995:9af92bb0dd71

Small comment fix.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 21 Mar 2015 16:10:53 +0100
parents 414c068bd862
children 486cba140d2b
files src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/SlotWidget.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/SlotWidget.java	Sat Mar 21 15:41:55 2015 +0100
+++ b/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/SlotWidget.java	Sat Mar 21 16:10:53 2015 +0100
@@ -137,7 +137,7 @@
                     g.fillOval(w / 2 - r, Figure.SLOT_START - r, 2 * r, 2 * r);
                 }
             } else {
-                // Do not paint a slot without connections.
+                // Do not paint a slot with connections.
             }
         }
     }