--- jsr166/src/jsr166e/ConcurrentHashMapV8.java 2012/06/09 16:54:12 1.39 +++ jsr166/src/jsr166e/ConcurrentHashMapV8.java 2012/06/09 17:02:07 1.40 @@ -1025,7 +1025,7 @@ public class ConcurrentHashMapV8 * we apply a transform that spreads the impact of higher bits * downward. There is a tradeoff between speed, utility, and * quality of bit-spreading. Because many common sets of hashes - * are already reaonably distributed across bits (so don't benefit + * are already reasonably distributed across bits (so don't benefit * from spreading), and because we use trees to handle large sets * of collisions in bins, we don't need excessively high quality. */