--- jsr166/src/jsr166e/extra/ReadMostlyVector.java 2011/07/21 12:49:37 1.12 +++ jsr166/src/jsr166e/extra/ReadMostlyVector.java 2011/08/05 17:08:04 1.13 @@ -19,7 +19,7 @@ import java.util.*; * best-effort in the presence of concurrent modifications, and do * NOT throw {@link ConcurrentModificationException}. An * iterator's {@code next()} method returns consecutive elements as - * they appear in the underlying array upon each access. Alternatvely, + * they appear in the underlying array upon each access. Alternatively, * method {@link #snapshotIterator} may be used for deterministic * traversals, at the expense of making a copy, and unavailability of * method {@code Iterator.remove}.