--- jsr166/src/test/loops/BinaryAsyncAction.java 2012/11/26 05:46:55 1.10 +++ jsr166/src/test/loops/BinaryAsyncAction.java 2012/11/26 05:59:05 1.11 @@ -15,7 +15,7 @@ import java.util.concurrent.atomic.*; * BinaryAsyncActions are simpler to use and have less overhead in * typical uasges but are restricted to binary computation trees. * - *

Upon construction, an BinaryAsyncAction does not bear any + *

Upon construction, a BinaryAsyncAction does not bear any * linkages. For non-root tasks, links must be established using * method linkSubtasks before use. *