--- jsr166/src/test/tck/AtomicStampedReferenceTest.java 2003/12/27 19:26:43 1.5 +++ jsr166/src/test/tck/AtomicStampedReferenceTest.java 2009/11/02 20:28:31 1.8 @@ -2,9 +2,8 @@ * Written by Doug Lea with assistance from members of JCP JSR-166 * Expert Group and released to the public domain, as explained at * http://creativecommons.org/licenses/publicdomain - * Other contributors include Andrew Wright, Jeffrey Hayes, - * Pat Fisher, Mike Judd. - */ + * Other contributors include Andrew Wright, Jeffrey Hayes, + * Pat Fisher, Mike Judd. */ import junit.framework.*; @@ -17,9 +16,9 @@ public class AtomicStampedReferenceTest public static Test suite() { return new TestSuite(AtomicStampedReferenceTest.class); } - + /** - * constructeor initializes to given reference and stamp + * constructor initializes to given reference and stamp */ public void testConstructor(){ AtomicStampedReference ai = new AtomicStampedReference(one, 0); @@ -138,7 +137,7 @@ public class AtomicStampedReferenceTest /** * repeated weakCompareAndSet succeeds in changing values when equal - * to expected + * to expected */ public void testWeakCompareAndSet(){ int[] mark = new int[1];