--- jsr166/src/jsr166x/Deque.java 2010/09/01 05:20:40 1.7 +++ jsr166/src/jsr166x/Deque.java 2010/09/07 06:03:19 1.8 @@ -132,7 +132,7 @@ import java.util.*; // XXX This impor * a deque is used as a queue or a stack; in either case, elements are * drawn from the beginning of the deque. * - *

This inteface provides two methods to to remove interior + *

This interface provides two methods to remove interior * elements, {@link #removeFirstOccurrence removeFirstOccurrence} and * {@link #removeLastOccurrence removeLastOccurrence}. Unlike the * {@link List} interface, this interface does not provide support for