RFR 8233731: repeated typo "fro" for "for"

Kiran Ravikumar kiran.sidhartha.ravikumar at oracle.com
Wed Nov 13 10:13:11 UTC 2019


Hey Guys,

Please review the correction of a typo from 'fro' to 'for' in 
java.util.Arrays class.


Thanks,

Kiran

*Patch :*

@@ -2599,7 +2599,7 @@
       *                   first array to be tested
       * @param aToIndex the index (exclusive) of the last element in the
       *                 first array to be tested
-     * @param b the second array to be tested fro equality
+     * @param b the second array to be tested for equality
       * @param bFromIndex the index (inclusive) of the first element in the
       *                   second array to be tested
       * @param bToIndex the index (exclusive) of the last element in the
@@ -2671,7 +2671,7 @@
       *                   first array to be tested
       * @param aToIndex the index (exclusive) of the last element in the
       *                 first array to be tested
-     * @param b the second array to be tested fro equality
+     * @param b the second array to be tested for equality
       * @param bFromIndex the index (inclusive) of the first element in the
       *                   second array to be tested
       * @param bToIndex the index (exclusive) of the last element in the
@@ -2743,7 +2743,7 @@
       *                   first array to be tested
       * @param aToIndex the index (exclusive) of the last element in the
       *                 first array to be tested
-     * @param b the second array to be tested fro equality
+     * @param b the second array to be tested for equality
       * @param bFromIndex the index (inclusive) of the first element in the
       *                   second array to be tested
       * @param bToIndex the index (exclusive) of the last element in the
@@ -2816,7 +2816,7 @@
       *                   first array to be tested
       * @param aToIndex the index (exclusive) of the last element in the
       *                 first array to be tested
-     * @param b the second array to be tested fro equality
+     * @param b the second array to be tested for equality
       * @param bFromIndex the index (inclusive) of the first element in the
       *                   second array to be tested
       * @param bToIndex the index (exclusive) of the last element in the
@@ -2889,7 +2889,7 @@
       *                   first array to be tested
       * @param aToIndex the index (exclusive) of the last element in the
       *                 first array to be tested
-     * @param b the second array to be tested fro equality
+     * @param b the second array to be tested for equality
       * @param bFromIndex the index (inclusive) of the first element in the
       *                   second array to be tested
       * @param bToIndex the index (exclusive) of the last element in the
@@ -2961,7 +2961,7 @@
       *                   first array to be tested
       * @param aToIndex the index (exclusive) of the last element in the
       *                 first array to be tested
-     * @param b the second array to be tested fro equality
+     * @param b the second array to be tested for equality
       * @param bFromIndex the index (inclusive) of the first element in the
       *                   second array to be tested
       * @param bToIndex the index (exclusive) of the last element in the
@@ -3044,7 +3044,7 @@
       *                   first array to be tested
       * @param aToIndex the index (exclusive) of the last element in the
       *                 first array to be tested
-     * @param b the second array to be tested fro equality
+     * @param b the second array to be tested for equality
       * @param bFromIndex the index (inclusive) of the first element in the
       *                   second array to be tested
       * @param bToIndex the index (exclusive) of the last element in the
@@ -3127,7 +3127,7 @@
       *                   first array to be tested
       * @param aToIndex the index (exclusive) of the last element in the
       *                 first array to be tested
-     * @param b the second array to be tested fro equality
+     * @param b the second array to be tested for equality
       * @param bFromIndex the index (inclusive) of the first element in the
       *                   second array to be tested
       * @param bToIndex the index (exclusive) of the last element in the
@@ -3210,7 +3210,7 @@
       *                   first array to be tested
       * @param aToIndex the index (exclusive) of the last element in the
       *                 first array to be tested
-     * @param b the second array to be tested fro equality
+     * @param b the second array to be tested for equality
       * @param bFromIndex the index (inclusive) of the first element in the
       *                   second array to be tested
       * @param bToIndex the index (exclusive) of the last element in the
@@ -3303,7 +3303,7 @@
       *                   first array to be tested
       * @param aToIndex the index (exclusive) of the last element in the
       *                 first array to be tested
-     * @param b the second array to be tested fro equality
+     * @param b the second array to be tested for equality
       * @param bFromIndex the index (inclusive) of the first element in the
       *                   second array to be tested
       * @param bToIndex the index (exclusive) of the last element in the



More information about the core-libs-dev mailing list