--- jsr166/src/main/java/util/PriorityQueue.java 2012/11/18 18:03:10 1.78 +++ jsr166/src/main/java/util/PriorityQueue.java 2012/12/15 22:26:29 1.79 @@ -63,7 +63,7 @@ package java.util; * java.util.concurrent.PriorityBlockingQueue} class. * *

Implementation note: this implementation provides - * O(log(n)) time for the enqueing and dequeing methods + * O(log(n)) time for the enqueuing and dequeuing methods * ({@code offer}, {@code poll}, {@code remove()} and {@code add}); * linear time for the {@code remove(Object)} and {@code contains(Object)} * methods; and constant time for the retrieval methods