--- jsr166/src/jsr166y/RecursiveAction.java 2009/08/04 14:42:02 1.11 +++ jsr166/src/jsr166y/RecursiveAction.java 2009/08/04 22:47:08 1.12 @@ -64,7 +64,7 @@ package jsr166y; * of each element of a double array, by subdividing out only the * right-hand-sides of repeated divisions by two, and keeping track of * them with a chain of {@code next} references. It uses a dynamic - * threshold based on method {@code getEstimatedSurplusTaskCount}, but + * threshold based on method {@code getSurplusQueuedTaskCount}, but * counterbalances potential excess partitioning by directly * performing leaf actions on unstolen tasks rather than further * subdividing.