--- jsr166/src/jdk7/java/util/NavigableSet.java 2013/12/01 17:22:02 1.3 +++ jsr166/src/jdk7/java/util/NavigableSet.java 2015/09/06 04:29:42 1.4 @@ -163,7 +163,7 @@ public interface NavigableSet extends * Returns a view of the portion of this set whose elements range from * {@code fromElement} to {@code toElement}. If {@code fromElement} and * {@code toElement} are equal, the returned set is empty unless {@code - * fromExclusive} and {@code toExclusive} are both true. The returned set + * fromInclusive} and {@code toInclusive} are both true. The returned set * is backed by this set, so changes in the returned set are reflected in * this set, and vice-versa. The returned set supports all optional set * operations that this set supports.