--- jsr166/src/jsr166y/ForkJoinPool.java 2012/11/18 18:03:10 1.144 +++ jsr166/src/jsr166y/ForkJoinPool.java 2012/11/19 01:04:24 1.145 @@ -1850,7 +1850,7 @@ public class ForkJoinPool extends Abstra /** * Analog of tryHelpStealer for CountedCompleters. Tries to steal - * and run tasks within the target's computation + * and run tasks within the target's computation. * * @param task the task to join * @param mode if shared, exit upon completing any task