--- jsr166/src/jsr166e/ConcurrentHashMapV8.java 2012/01/02 23:16:22 1.35 +++ jsr166/src/jsr166e/ConcurrentHashMapV8.java 2012/01/02 23:46:33 1.36 @@ -1291,7 +1291,7 @@ public class ConcurrentHashMapV8 * * At each step, the iterator snapshots the key ("nextKey") and * value ("nextVal") of a valid node (i.e., one that, at point of - * snapshot, has a nonnull user value). Because val fields can + * snapshot, has a non-null user value). Because val fields can * change (including to null, indicating deletion), field nextVal * might not be accurate at point of use, but still maintains the * weak consistency property of holding a value that was once