< prev index next >

src/java.base/share/classes/java/util/ArrayPrefixHelpers.java

Print this page

        

@@ -83,11 +83,11 @@
      * method loops starting with the current task, moving if possible
      * to one of its subtasks rather than forking.
      *
      * As usual for this sort of utility, there are 4 versions, that
      * are simple copy/paste/adapt variants of each other.  (The
-     * double and int versions differ from long version soley by
+     * double and int versions differ from long version solely by
      * replacing "long" (with case-matching)).
      */
 
     // see above
     static final int CUMULATE = 1;
< prev index next >