--- jsr166/src/jsr166y/ForkJoinPool.java 2010/09/07 06:42:39 1.75 +++ jsr166/src/jsr166y/ForkJoinPool.java 2010/09/07 07:24:39 1.76 @@ -1441,7 +1441,7 @@ public class ForkJoinPool extends Abstra /** * Returns the number of worker threads that have started but not - * yet terminated. This result returned by this method may differ + * yet terminated. The result returned by this method may differ * from {@link #getParallelism} when threads are created to * maintain parallelism when others are cooperatively blocked. *