--- jsr166/src/jsr166y/CountedCompleter.java 2012/11/14 17:20:37 1.10 +++ jsr166/src/jsr166y/CountedCompleter.java 2012/11/14 18:45:53 1.11 @@ -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 ...