--- jsr166/src/test/tck/LinkedTransferQueueTest.java 2009/08/01 21:46:28 1.3 +++ jsr166/src/test/tck/LinkedTransferQueueTest.java 2009/08/01 22:09:13 1.4 @@ -39,7 +39,7 @@ public class LinkedTransferQueueTest ext } /** - * Initizialing constructor with null collection throws NPE + * Initializing constructor with null collection throws NPE */ public void testConstructor2() { try { @@ -1186,7 +1186,7 @@ public class LinkedTransferQueueTest ext /** * tryTransfer attempts to enqueue into the q and fails returning false not - * enqueueing and the successing poll is null + * enqueueing and the successive poll is null */ public void testTryTransfer7() { final LinkedTransferQueue q = new LinkedTransferQueue();