--- jsr166/src/test/tck/SynchronousQueueTest.java 2010/10/06 07:49:23 1.25 +++ jsr166/src/test/tck/SynchronousQueueTest.java 2010/10/09 19:30:35 1.26 @@ -371,8 +371,8 @@ public class SynchronousQueueTest extend } /** - * timed poll before a delayed offer fails; after offer succeeds; - * on interruption throws + * timed poll before a delayed offer fails; after offer succeeds; + * on interruption throws */ public void testFairTimedPollWithOffer() throws InterruptedException { final SynchronousQueue q = new SynchronousQueue(true);