--- jsr166/src/jsr166y/ForkJoinPool.java 2012/01/31 00:44:13 1.119 +++ jsr166/src/jsr166y/ForkJoinPool.java 2012/01/31 01:32:25 1.120 @@ -1001,7 +1001,7 @@ public class ForkJoinPool extends Abstra /** * Per-thread records for threads that submit to pools. Currently - * holds only psuedo-random seed / index that is used to choose + * holds only pseudo-random seed / index that is used to choose * submission queues in method doSubmit. In the future, this may * also incorporate a means to implement different task rejection * and resubmission policies. @@ -1818,7 +1818,7 @@ public class ForkJoinPool extends Abstra * * @param now if true, unconditionally terminate, else only * if no work and no active workers - * @paran enable if true, enable shutdown when next possible + * @param enable if true, enable shutdown when next possible * @return true if now terminating or terminated */ private boolean tryTerminate(boolean now, boolean enable) {