8062901: Iterators is spelled incorrectly in the Javadoc for Spliterator
authorpsandoz
Wed, 21 Jan 2015 09:46:24 +0000
changeset 28541 f6b5d78556d6
parent 28540 04b399ec3dfc
child 28542 d50a7783fe02
8062901: Iterators is spelled incorrectly in the Javadoc for Spliterator Reviewed-by: chegar, lancea, alanb
jdk/src/java.base/share/classes/java/util/Spliterator.java
--- 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