--- jsr166/src/jsr166x/ConcurrentSkipListSet.java 2004/12/21 17:27:44 1.5 +++ jsr166/src/jsr166x/ConcurrentSkipListSet.java 2005/03/08 17:51:57 1.6 @@ -24,7 +24,7 @@ import java.util.concurrent.*; * threads. Iterators are weakly consistent, returning elements * reflecting the state of the set at some point at or since the * creation of the iterator. They do not throw {@link - * ConcurrentModificationException}, and may procede concurrently with + * ConcurrentModificationException}, and may proceed concurrently with * other operations. * *

Beware that, unlike in most collections, the size