--- a/jdk/src/share/classes/java/util/List.java Mon Aug 19 11:04:21 2013 +0100
+++ b/jdk/src/share/classes/java/util/List.java Tue Aug 06 14:26:34 2013 +0100
@@ -671,7 +671,7 @@
* The default implementation creates a
* <em><a href="Spliterator.html#binding">late-binding</a></em> spliterator
* from the list's {@code Iterator}. The spliterator inherits the
- * <em>fail-fast</em> properties of the collection's iterator.
+ * <em>fail-fast</em> properties of the list's iterator.
*
* @implNote
* The created {@code Spliterator} additionally reports