--- jsr166/src/main/java/util/Queue.java 2005/05/16 05:00:52 1.30 +++ jsr166/src/main/java/util/Queue.java 2005/05/17 04:04:37 1.31 @@ -135,7 +135,7 @@ public interface Queue extends Collec /** * Inserts the specified element into this queue if it is possible to do * so immediately without violating capacity restrictions. - * When using a capacity-restricted deque, this method is generally + * When using a capacity-restricted queue, this method is generally * preferable to {@link #add}, which can fail to insert an element only * by throwing an exception. *