--- jsr166/src/test/tck/LinkedListTest.java 2009/12/01 09:56:28 1.17 +++ jsr166/src/test/tck/LinkedListTest.java 2009/12/23 00:47:16 1.18 @@ -353,7 +353,7 @@ public class LinkedListTest extends JSR1 } /** - * toArray with incompatable aray type throws CCE + * toArray with incompatible array type throws CCE */ public void testToArray1_BadArg() { LinkedList l = new LinkedList();