--- jsr166/src/jsr166e/ConcurrentHashMapV8.java 2011/10/09 19:57:49 1.30 +++ jsr166/src/jsr166e/ConcurrentHashMapV8.java 2011/10/25 20:26:37 1.31 @@ -71,7 +71,7 @@ import java.io.Serializable; * versions of this class, constructors may optionally specify an * expected {@code concurrencyLevel} as an additional hint for * internal sizing. Note that using many keys with exactly the same - * {@code hashCode{}} is a sure way to slow down performance of any + * {@code hashCode()} is a sure way to slow down performance of any * hash table. * *

This class and its views and iterators implement all of the