--- jsr166/src/jsr166y/CountedCompleter.java 2012/11/14 17:20:37 1.10 +++ jsr166/src/jsr166y/CountedCompleter.java 2012/11/14 20:06:49 1.12 @@ -142,7 +142,7 @@ package jsr166y; * * As a further improvement, notice that the left task need not even * exist. Instead of creating a new one, we can iterate using the - * original task, and add a pending count for each fork. + * original task, and add a pending count for each fork. * *
 {@code
  * class ForEach ...
@@ -477,6 +477,7 @@ public abstract class CountedCompleter