--- jsr166/src/jsr166y/ForkJoinPool.java 2012/12/30 00:03:36 1.166 +++ jsr166/src/jsr166y/ForkJoinPool.java 2012/12/30 02:05:53 1.167 @@ -1661,7 +1661,7 @@ public class ForkJoinPool extends Abstra * park awaiting signal, else lingering to help scan and signal. * * * If a non-empty queue discovered or left as a hint, - * help wake up other workers before return + * help wake up other workers before return. * * @param w the worker (via its WorkQueue) * @return a task or null if none found