--- jsr166/src/test/tck/AbstractQueuedSynchronizerTest.java 2010/09/16 00:52:49 1.35 +++ jsr166/src/test/tck/AbstractQueuedSynchronizerTest.java 2010/10/11 06:36:20 1.37 @@ -475,7 +475,7 @@ public class AbstractQueuedSynchronizerT } /** - * Timed await without a signal times out + * Timed await without a signal times out */ public void testAwait_Timeout() throws InterruptedException { final Mutex sync = new Mutex(); @@ -951,7 +951,7 @@ public class AbstractQueuedSynchronizerT /** * acquireSharedTimed returns after release */ - public void testAsquireSharedTimed() throws InterruptedException { + public void testAcquireSharedTimed() throws InterruptedException { final BooleanLatch l = new BooleanLatch(); Thread t = new Thread(new CheckedRunnable() {