--- jsr166/src/test/tck/ReentrantLockTest.java 2010/09/16 00:52:49 1.37 +++ jsr166/src/test/tck/ReentrantLockTest.java 2010/10/09 19:30:35 1.38 @@ -413,7 +413,7 @@ public class ReentrantLockTest extends J } /** - * timed await without a signal times out + * timed await without a signal times out */ public void testAwait_Timeout() throws InterruptedException { final ReentrantLock lock = new ReentrantLock();