--- jsr166/src/jsr166y/LinkedTransferQueue.java 2009/07/31 07:30:29 1.36 +++ jsr166/src/jsr166y/LinkedTransferQueue.java 2009/07/31 14:33:00 1.37 @@ -511,7 +511,7 @@ public class LinkedTransferQueue exte /** * Inserts the specified element at the tail of this queue. - * As the queue is unbounded this method will never throw + * As the queue is unbounded, this method will never throw * {@link IllegalStateException} or return {@code false}. * * @return {@code true} (as specified by {@link Collection#add})