# HG changeset patch # User Thomas Wuerthinger # Date 1426950653 -3600 # Node ID 9af92bb0dd71a9efa27108031558cb3cbd2b757c # Parent 414c068bd8628cafe267508d1e7ca306a3c9d037 Small comment fix. diff -r 414c068bd862 -r 9af92bb0dd71 src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/SlotWidget.java --- 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. } } }