--- jsr166/src/jsr166e/CountedCompleter.java 2012/11/14 17:20:29 1.9 +++ jsr166/src/jsr166e/CountedCompleter.java 2012/11/14 18:45:53 1.10 @@ -142,7 +142,7 @@ package jsr166e; * * 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 ...