--- jsr166/src/test/tck/LinkedTransferQueueTest.java 2017/01/04 06:09:58 1.68 +++ jsr166/src/test/tck/LinkedTransferQueueTest.java 2017/02/18 01:17:06 1.69 @@ -763,7 +763,7 @@ public class LinkedTransferQueueTest ext /** * transfer waits until a poll occurs. The transfered element - * is returned by this associated poll. + * is returned by the associated poll. */ public void testTransfer2() throws InterruptedException { final LinkedTransferQueue q = new LinkedTransferQueue<>(); @@ -841,7 +841,7 @@ public class LinkedTransferQueueTest ext /** * transfer waits until a take occurs. The transfered element - * is returned by this associated take. + * is returned by the associated take. */ public void testTransfer5() throws InterruptedException { final LinkedTransferQueue q = new LinkedTransferQueue<>();