diff -r 2ab0d0b3ecad -r 7a5c231327af jdk/src/share/classes/java/util/concurrent/locks/Condition.java --- a/jdk/src/share/classes/java/util/concurrent/locks/Condition.java Fri Jun 28 12:10:18 2013 +0100 +++ b/jdk/src/share/classes/java/util/concurrent/locks/Condition.java Fri Jun 28 12:12:37 2013 +0100 @@ -324,7 +324,7 @@ * } * }} * - *

Design note: This method requires a nanosecond argument so + *

Design note: This method requires a nanosecond argument so * as to avoid truncation errors in reporting remaining times. * Such precision loss would make it difficult for programmers to * ensure that total waiting times are not systematically shorter