--- jsr166/src/test/tck/ArrayDequeTest.java 2009/12/23 00:47:16 1.14 +++ jsr166/src/test/tck/ArrayDequeTest.java 2009/12/23 00:49:44 1.15 @@ -462,7 +462,7 @@ public class ArrayDequeTest extends JSR1 } /** - * toArray with incompatible aray type throws CCE + * toArray with incompatible array type throws CCE */ public void testToArray1_BadArg() { ArrayDeque l = new ArrayDeque();