--- jsr166/src/jsr166y/Phaser.java 2009/08/08 19:36:52 1.27 +++ jsr166/src/jsr166y/Phaser.java 2009/08/12 02:24:35 1.28 @@ -535,7 +535,7 @@ public class Phaser { /** * Awaits the phase of the barrier to advance from the given phase - * value, or returns immediately if current phase of the barrier + * value, or returns immediately if the current phase of the barrier * is not equal to the given phase value or this barrier is * terminated. *