--- jsr166/src/jsr166e/ForkJoinPool.java 2012/11/22 18:14:57 1.23 +++ jsr166/src/jsr166e/ForkJoinPool.java 2012/11/24 03:56:07 1.24 @@ -1326,7 +1326,7 @@ public class ForkJoinPool extends Abstra * wrap around zero, this method harmlessly fails to reinitialize * if workQueues exists, while still advancing plock. * - * Additonally tries to create the first worker. + * Additionally tries to create the first worker. */ private void initWorkers() { WorkQueue[] ws, nws; int ps;