--- jsr166/src/jsr166e/Striped64.java 2011/08/02 18:22:20 1.2 +++ jsr166/src/jsr166e/Striped64.java 2011/08/05 17:08:04 1.3 @@ -140,7 +140,7 @@ abstract class Striped64 extends Number */ static final ThreadHashCode threadHashCode = new ThreadHashCode(); - /** Nomber of CPUS, to place bound on table size */ + /** Number of CPUS, to place bound on table size */ static final int NCPU = Runtime.getRuntime().availableProcessors(); /** @@ -150,7 +150,7 @@ abstract class Striped64 extends Number /** * Base value, used mainly when there is no contention, but also as - * a fallback during table initializion races. Updated via CAS. + * a fallback during table initialization races. Updated via CAS. */ transient volatile long base;