--- jsr166/src/jsr166y/ForkJoinPool.java 2011/06/10 18:10:53 1.105 +++ jsr166/src/jsr166y/ForkJoinPool.java 2011/07/01 01:15:06 1.106 @@ -465,7 +465,7 @@ public class ForkJoinPool extends Abstra /** * Main pool control -- a long packed with: * AC: Number of active running workers minus target parallelism (16 bits) - * TC: Number of total workers minus target parallelism (16bits) + * TC: Number of total workers minus target parallelism (16 bits) * ST: true if pool is terminating (1 bit) * EC: the wait count of top waiting thread (15 bits) * ID: ~poolIndex of top of Treiber stack of waiting threads (16 bits)