8062901: Iterators is spelled incorrectly in the Javadoc for Spliterator
Reviewed-by: chegar, lancea, alanb
--- a/jdk/src/java.base/share/classes/java/util/Spliterator.java Wed Jan 21 09:46:21 2015 +0000
+++ b/jdk/src/java.base/share/classes/java/util/Spliterator.java Wed Jan 21 09:46:24 2015 +0000
@@ -125,7 +125,7 @@
* are encountered.
*
* @apiNote
- * <p>Spliterators, like {@code Iterators}s, are for traversing the elements of
+ * <p>Spliterators, like {@code Iterator}s, are for traversing the elements of
* a source. The {@code Spliterator} API was designed to support efficient
* parallel traversal in addition to sequential traversal, by supporting
* decomposition as well as single-element iteration. In addition, the