--- jsr166/src/main/java/util/Queue.java 2011/03/15 19:47:03 1.36 +++ jsr166/src/main/java/util/Queue.java 2012/11/18 19:33:08 1.37 @@ -50,7 +50,7 @@ package java.util; * Whatever the ordering used, the head of the queue is that * element which would be removed by a call to {@link #remove() } or * {@link #poll()}. In a FIFO queue, all new elements are inserted at - * the tail of the queue. Other kinds of queues may use + * the tail of the queue. Other kinds of queues may use * different placement rules. Every Queue implementation * must specify its ordering properties. *