--- jsr166/src/test/tck/LinkedTransferQueueTest.java 2010/10/28 19:05:04 1.29 +++ jsr166/src/test/tck/LinkedTransferQueueTest.java 2010/10/28 22:20:47 1.30 @@ -309,7 +309,7 @@ public class LinkedTransferQueueTest ext } /** - * timed pool with zero timeout succeeds when non-empty, else times out + * timed poll with zero timeout succeeds when non-empty, else times out */ public void testTimedPoll0() throws InterruptedException { LinkedTransferQueue q = populatedQueue(SIZE); @@ -321,7 +321,7 @@ public class LinkedTransferQueueTest ext } /** - * timed pool with nonzero timeout succeeds when non-empty, else times out + * timed poll with nonzero timeout succeeds when non-empty, else times out */ public void testTimedPoll() throws InterruptedException { LinkedTransferQueue q = populatedQueue(SIZE);