--- jsr166/src/main/java/util/AbstractQueue.java 2006/02/07 20:54:24 1.32 +++ jsr166/src/main/java/util/AbstractQueue.java 2006/03/03 17:15:06 1.33 @@ -59,7 +59,7 @@ public abstract class AbstractQueue * @throws ClassCastException if the class of the specified element * prevents it from being added to this queue * @throws NullPointerException if the specified element is null and - * this queue not permit null elements + * this queue does not permit null elements * @throws IllegalArgumentException if some property of this element * prevents it from being added to this queue */