--- jsr166/src/main/java/util/NavigableMap.java 2006/04/21 03:53:57 1.17 +++ jsr166/src/main/java/util/NavigableMap.java 2006/04/21 06:45:18 1.18 @@ -226,7 +226,7 @@ public interface NavigableMap exten * {@code remove} operation), the results of the iteration are undefined. * The set supports element removal, which removes the corresponding * mapping from the map, via the {@code Iterator.remove}, - * {@code Set.remove}, {@code removeAll} {@code retainAll}, and + * {@code Set.remove}, {@code removeAll}, {@code retainAll}, and * {@code clear} operations. It does not support the {@code add} or * {@code addAll} operations. *