--- jsr166/src/main/java/util/PriorityQueue.java 2013/02/01 01:02:25 1.87 +++ jsr166/src/main/java/util/PriorityQueue.java 2013/02/01 16:23:04 1.88 @@ -64,7 +64,7 @@ import java.util.function.Consumer; * Multiple threads should not access a {@code PriorityQueue} * instance concurrently if any of the threads modifies the queue. * Instead, use the thread-safe {@link - * java.util.concurrent.PriorityConsumeringQueue} class. + * java.util.concurrent.PriorityBlockingQueue} class. * *

Implementation note: this implementation provides * O(log(n)) time for the enqueing and dequeing methods