--- jsr166/src/jsr166y/LinkedTransferQueue.java 2011/06/03 14:17:10 1.87 +++ jsr166/src/jsr166y/LinkedTransferQueue.java 2011/06/04 17:57:59 1.88 @@ -302,7 +302,7 @@ public class LinkedTransferQueue exte * interrupt status and generate a thread-local random number * to decide to occasionally perform a Thread.yield. While * yield has underdefined specs, we assume that it might help, - * and will not hurt in limiting impact of spinning on busy + * and will not hurt, in limiting impact of spinning on busy * systems. We also use smaller (1/2) spins for nodes that are * not known to be front but whose predecessors have not * blocked -- these "chained" spins avoid artifacts of