--- jsr166/src/main/java/util/NavigableMap.java 2006/04/21 21:37:48 1.19 +++ jsr166/src/main/java/util/NavigableMap.java 2006/04/21 22:42:27 1.20 @@ -214,7 +214,7 @@ public interface NavigableMap exten * {@code remove} operation), the results of the iteration are undefined. * * @return a navigable map view of the mappings contained in this map, - * sorted in descending order + * sorted in descending order */ NavigableMap descendingMap();