--- old/src/share/classes/javax/swing/SpringLayout.java 2013-09-25 23:23:28.782022809 +0400 +++ new/src/share/classes/javax/swing/SpringLayout.java 2013-09-25 23:23:28.650022805 +0400 @@ -36,7 +36,7 @@ /** * A SpringLayout lays out the children of its associated container * according to a set of constraints. - * See How to Use SpringLayout + * See How to Use SpringLayout * in The Java Tutorial for examples of using * SpringLayout. *