--- jsr166/src/main/java/util/PriorityQueue.java 2003/09/15 12:02:23 1.42 +++ jsr166/src/main/java/util/PriorityQueue.java 2003/10/05 22:59:21 1.43 @@ -15,7 +15,7 @@ package java.util; * {@link java.util.Comparator}, depending on which constructor is * used. A priority queue does not permit null elements. * A priority queue relying on natural ordering also does not - * permit insertion of non-comparable objects (doing so results + * permit insertion of non-comparable objects (doing so may result * in ClassCastException). * *

The head of this queue is the least element