jdk/src/java.desktop/windows/classes/sun/awt/shell/Win32ShellFolder2.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 30949 5e54ad419c64
--- a/jdk/src/java.desktop/windows/classes/sun/awt/shell/Win32ShellFolder2.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.desktop/windows/classes/sun/awt/shell/Win32ShellFolder2.java	Thu Oct 30 07:31:41 2014 -0700
@@ -251,7 +251,7 @@
                         // Get a child pidl relative to 'parent'
                         long childPIDL = copyFirstPIDLEntry(pIDL);
                         if (childPIDL != 0) {
-                            // Get a handle to the the rest of the ID list
+                            // Get a handle to the rest of the ID list
                             // i,e, parent's grandchilren and down
                             pIDL = getNextPIDLEntry(pIDL);
                             if (pIDL != 0) {