--- jsr166/src/jsr166y/ForkJoinWorkerThread.java 2010/09/04 11:33:53 1.46 +++ jsr166/src/jsr166y/ForkJoinWorkerThread.java 2010/09/07 07:10:53 1.47 @@ -496,7 +496,7 @@ public class ForkJoinWorkerThread extend * callers and (3) effective offsets are known not to overflow * from int to long (because of MAXIMUM_QUEUE_CAPACITY). We don't * need corresponding version for reads: plain array reads are OK - * because they protected by other volatile reads and are + * because they are protected by other volatile reads and are * confirmed by CASes. * * Most uses don't actually call these methods, but instead contain