--- old/src/java.base/share/classes/sun/misc/ConditionLock.java 2015-05-15 20:25:04.678444042 +0400 +++ new/src/java.base/share/classes/sun/misc/ConditionLock.java 2015-05-15 20:25:04.526444042 +0400 @@ -34,7 +34,7 @@ * with the lock() and unlock() methods. However if there is a thread * waiting for the state variable to become a particular value and you * simply call Unlock(), that thread will not be able to acquire the - * lock until the state variable equals its desired value.

+ * lock until the state variable equals its desired value. * * @author Peter King */