--- jsr166/src/jsr166x/ConcurrentSkipListMap.java 2010/09/01 20:12:39 1.10 +++ jsr166/src/jsr166x/ConcurrentSkipListMap.java 2010/11/13 05:59:24 1.11 @@ -3050,7 +3050,7 @@ public class ConcurrentSkipListMap * Creates a new submap. * @param least inclusive least value, or null if from start * @param fence exclusive upper bound or null if to end - * @throws IllegalArgumentException if least and fence nonnull + * @throws IllegalArgumentException if least and fence non-null * and least greater than fence */ ConcurrentSkipListSubMap(ConcurrentSkipListMap map,