--- jsr166/src/jsr166y/ForkJoinPool.java 2013/02/05 01:20:56 1.180 +++ jsr166/src/jsr166y/ForkJoinPool.java 2013/02/05 17:25:09 1.181 @@ -952,7 +952,7 @@ public class ForkJoinPool extends Abstra /** * Polls for and executes the given task or any other task in - * its CountedCompleter computation + * its CountedCompleter computation. */ final boolean pollAndExecCC(ForkJoinTask root) { ForkJoinTask[] a; int b; Object o;