--- jsr166/src/jsr166y/ForkJoinTask.java 2012/03/04 15:52:45 1.87 +++ jsr166/src/jsr166y/ForkJoinTask.java 2012/03/04 19:47:08 1.88 @@ -1341,7 +1341,7 @@ public abstract class ForkJoinTask im /** * Atomically conditionally sets the tag value for this task. * Among other applications, tags can be used as visit markers - * in tasks operating on graphs, as in mathods that check: {@code + * in tasks operating on graphs, as in methods that check: {@code * if (task.compareAndSetForkJoinTaskTag((short)0, (short)1))} * before processing, otherwise exiting because the node has * already been visited.