--- old/src/java.base/share/classes/java/util/Collection.java 2015-05-18 19:54:20.368747460 +0400 +++ new/src/java.base/share/classes/java/util/Collection.java 2015-05-18 19:54:20.220747460 +0400 @@ -537,7 +537,7 @@ * @implSpec * The default implementation creates a * late-binding spliterator - * from the collections's {@code Iterator}. The spliterator inherits the + * from the collection's {@code Iterator}. The spliterator inherits the * fail-fast properties of the collection's iterator. *

* The created {@code Spliterator} reports {@link Spliterator#SIZED}.