--- jsr166/src/jsr166x/NavigableSet.java 2013/01/16 00:51:11 1.9 +++ jsr166/src/jsr166x/NavigableSet.java 2013/01/16 01:02:03 1.10 @@ -20,7 +20,7 @@ import java.util.*; * descending iterator. The performance of ascending traversals is * likely to be faster than descending traversals. This interface * additionally defines methods {@code pollFirst} and - * pollLast that return and remove the lowest and highest key, + * {@code pollLast} that return and remove the lowest and highest key, * if one exists, else returning {@code null}. * *

The return values of navigation methods may be ambiguous in