--- jsr166/src/jsr166y/Phaser.java 2008/09/06 13:19:17 1.4 +++ jsr166/src/jsr166y/Phaser.java 2008/09/07 11:24:26 1.5 @@ -52,7 +52,7 @@ import java.lang.reflect.*; *
  • Barrier actions, performed by the task triggering a phase * advance while others may be waiting, are arranged by overriding * method onAdvance, that also controls termination. - * Overriding this method may be used to similar but more flecible + * Overriding this method may be used to similar but more flexible * effect as providing a barrier action to a CyclicBarrier. * *
  • Phasers may enter a termination state in which all