--- jsr166/src/main/java/util/Deque.java 2005/05/17 16:14:34 1.12 +++ jsr166/src/main/java/util/Deque.java 2005/05/18 03:45:35 1.13 @@ -182,7 +182,7 @@ public interface Deque extends Queue< void addFirst(E e); /** - * Inserts the specified element at the end of this deque if it is + * Inserts the specified element at the end of this deque if it is * possible to do so immediately without violating capacity restrictions. * When using a capacity-restricted deque, it is generally preferable to * use method {@link #offerLast}.