--- old/src/share/classes/javax/swing/tree/TreeSelectionModel.java 2013-09-27 16:03:21.425131490 +0400 +++ new/src/share/classes/javax/swing/tree/TreeSelectionModel.java 2013-09-27 16:03:21.265133502 +0400 @@ -32,7 +32,7 @@ * This interface represents the current state of the selection for * the tree component. * For information and examples of using tree selection models, - * see How to Use Trees + * see How to Use Trees * in The Java Tutorial. * *