--- jsr166/src/jsr166x/ArrayDeque.java 2010/09/01 20:12:39 1.6 +++ jsr166/src/jsr166x/ArrayDeque.java 2010/09/07 06:01:23 1.7 @@ -13,7 +13,7 @@ import java.io.*; * usage. They are not thread-safe; in the absence of external * synchronization, they do not support concurrent access by multiple threads. * Null elements are prohibited. This class is likely to be faster than - * {@link Stack} when used as as a stack, and faster than {@link LinkedList} + * {@link Stack} when used as a stack, and faster than {@link LinkedList} * when used as a queue. * *

Most ArrayDeque operations run in amortized constant time.