--- jsr166/src/jsr166x/ConcurrentSkipListMap.java 2013/02/05 20:09:33 1.29 +++ jsr166/src/jsr166x/ConcurrentSkipListMap.java 2013/02/05 20:10:18 1.30 @@ -3112,7 +3112,7 @@ public class ConcurrentSkipListMap /** * Returns fence key. Needed by ConcurrentSkipListSet. - * @return fence key, or {@code null} of to end + * @return fence key, or {@code null} if to end */ K getFence() { return fence;