--- jsr166/src/test/loops/LinkedAsyncAction.java 2012/11/26 06:32:28 1.10 +++ jsr166/src/test/loops/LinkedAsyncAction.java 2012/11/26 11:36:33 1.11 @@ -205,7 +205,7 @@ public abstract class LinkedAsyncAction * 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.