--- jsr166/src/jsr166y/ForkJoinPool.java 2013/02/05 19:54:07 1.183 +++ jsr166/src/jsr166y/ForkJoinPool.java 2013/02/13 18:30:47 1.184 @@ -2185,7 +2185,7 @@ public class ForkJoinPool extends Abstra * producing extra tasks amortizes the uncertainty of progress and * diffusion assumptions. * - * So, users will want to use values larger, but not much larger + * So, users will want to use values larger (but not much larger) * than 1 to both smooth over transient shortages and hedge * against uneven progress; as traded off against the cost of * extra task overhead. We leave the user to pick a threshold