--- jsr166/src/jsr166e/ConcurrentHashMapV8.java 2012/08/14 13:16:50 1.59 +++ jsr166/src/jsr166e/ConcurrentHashMapV8.java 2012/08/16 12:24:58 1.60 @@ -2468,7 +2468,7 @@ public class ConcurrentHashMapV8 * instead of {@link #size} because a ConcurrentHashMap may * contain more mappings than can be represented as an int. The * value returned is a snapshot; the actual count may differ if - * there are ongoing concurrent insertions of removals. + * there are ongoing concurrent insertions or removals. * * @return the number of mappings */