jdk/src/java.desktop/unix/classes/sun/awt/X11/XScrollPanePeer.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 28236 610561ed1847
--- a/jdk/src/java.desktop/unix/classes/sun/awt/X11/XScrollPanePeer.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.desktop/unix/classes/sun/awt/X11/XScrollPanePeer.java	Thu Oct 30 07:31:41 2014 -0700
@@ -202,7 +202,7 @@
 
         // Check to see if we hid either of the scrollbars but left
         // ourselves scrolled off of the top and/or right of the pane.
-        // If we did, we need to scroll to the top and/or right of of
+        // If we did, we need to scroll to the top and/or right of
         // the pane to make it visible.
         //
         // Reminder: see if there is a better place to put this code.