--- jsr166/src/jsr166e/StampedLock.java 2012/11/25 21:40:11 1.24 +++ jsr166/src/jsr166e/StampedLock.java 2012/12/15 22:26:29 1.25 @@ -226,7 +226,7 @@ public class StampedLock implements java * threads. Both await methods use a similar spin strategy: If * the associated queue appears to be empty, then the thread * spin-waits up to SPINS times (where each iteration decreases - * spin count with 50% probability) before enqueing, and then, if + * spin count with 50% probability) before enqueuing, and then, if * it is the first thread to be enqueued, spins again up to SPINS * times before blocking. If, upon wakening it fails to obtain * lock, and is still (or becomes) the first waiting thread (which