--- jsr166/src/test/loops/BinaryAsyncAction.java 2012/11/25 21:44:38 1.9 +++ jsr166/src/test/loops/BinaryAsyncAction.java 2012/11/26 05:46:55 1.10 @@ -120,7 +120,7 @@ public abstract class BinaryAsyncAction * default version of this method does nothing and returns * true. * @return true if this task's exception should be propagated to - * this tasks parent. + * this task's parent. */ protected boolean onException() { return true;