--- jsr166/src/jsr166x/ConcurrentSkipListMap.java 2012/02/21 01:54:03 1.17 +++ jsr166/src/jsr166x/ConcurrentSkipListMap.java 2012/02/21 01:54:59 1.18 @@ -710,7 +710,7 @@ public class ConcurrentSkipListMap /** * Returns true if given key greater than or equal to least and * strictly less than fence, bypassing either test if least or - * fence oare null. Needed mainly in submap operations. + * fence are null. Needed mainly in submap operations. */ boolean inHalfOpenRange(K key, K least, K fence) { if (key == null)