--- jsr166/src/jsr166y/ConcurrentLinkedDeque.java 2013/01/09 02:51:37 1.5 +++ jsr166/src/jsr166y/ConcurrentLinkedDeque.java 2013/01/13 18:03:32 1.6 @@ -787,7 +787,7 @@ public class ConcurrentLinkedDeque * Creates an array list and fills it with elements of this list. * Used by toArray. * - * @return the arrayList + * @return the array list */ private ArrayList toArrayList() { ArrayList list = new ArrayList();