--- jsr166/src/jsr166e/StampedLock.java 2012/10/13 22:10:38 1.10 +++ jsr166/src/jsr166e/StampedLock.java 2012/10/13 22:56:00 1.11 @@ -539,7 +539,7 @@ public class StampedLock implements java } /** - * If the lock state matches the given stamp, releases + * If the lock state matches the given stamp, releases the * non-exclusive lock. * * @param stamp a stamp returned by a read-lock operation