--- jsr166/src/jsr166e/ConcurrentHashMapV8.java 2012/10/30 16:05:35 1.72 +++ jsr166/src/jsr166e/ConcurrentHashMapV8.java 2012/10/30 16:46:09 1.73 @@ -103,7 +103,7 @@ import java.io.Serializable; * does not allow {@code null} to be used as a key or value. * *

ConcurrentHashMapV8s support parallel operations using the {@link - * ForkJoinPool#commonPool}. (Task that may be used in other contexts + * ForkJoinPool#commonPool}. (Tasks that may be used in other contexts * are available in class {@link ForkJoinTasks}). These operations are * designed to be safely, and often sensibly, applied even with maps * that are being concurrently updated by other threads; for example,