--- jsr166/src/test/loops/BinaryAsyncAction.java 2012/11/26 06:32:28 1.12 +++ jsr166/src/test/loops/BinaryAsyncAction.java 2012/11/26 11:36:33 1.13 @@ -185,7 +185,7 @@ public abstract class BinaryAsyncAction * Completes this task abnormally. Unless this task already * cancelled or aborted, upon invocation, this method invokes * {@code onException}, and then, depending on its return value, - * completees parent (if one exists) exceptionally or normally. To + * completes parent (if one exists) exceptionally or normally. To * avoid unbounded exception loops, this method aborts if an * exception is encountered in any {@code onException} * invocation.