--- jsr166/src/test/tck/ConcurrentSkipListSubMapTest.java 2009/12/01 09:48:13 1.13 +++ jsr166/src/test/tck/ConcurrentSkipListSubMapTest.java 2009/12/23 00:47:16 1.14 @@ -1182,7 +1182,7 @@ public class ConcurrentSkipListSubMapTes // Exception testDescendings /** - * get(null) of nm1mpty map throws NPE + * get(null) of empty map throws NPE */ public void testDescendingGet_NullPointerException() { try { @@ -1193,7 +1193,7 @@ public class ConcurrentSkipListSubMapTes } /** - * containsKey(null) of nm1mpty map throws NPE + * containsKey(null) of empty map throws NPE */ public void testDescendingContainsKey_NullPointerException() { try {