--- jsr166/src/main/java/util/Queue.java 2003/09/13 18:51:06 1.18 +++ jsr166/src/main/java/util/Queue.java 2003/09/15 12:02:23 1.19 @@ -83,7 +83,7 @@ package java.util; public interface Queue extends Collection { /** - * Inserts the specified element to this queue, if possible. When + * Inserts the specified element into this queue, if possible. When * using queues that may impose insertion restrictions (for * example capacity bounds), method offer is generally * preferable to method {@link Collection#add}, which can fail to