jdk/src/share/classes/java/util/PriorityQueue.java
changeset 21278 ef8a3a2a72f2
parent 19435 9d7530ff42cb
child 22078 bdec5d53e98c
--- a/jdk/src/share/classes/java/util/PriorityQueue.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/util/PriorityQueue.java	Tue Oct 29 17:01:06 2013 +0400
@@ -65,7 +65,7 @@
  * java.util.concurrent.PriorityBlockingQueue} class.
  *
  * <p>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