--- jsr166/src/extra166y/ParallelDoubleArray.java 2013/07/19 19:34:43 1.12 +++ jsr166/src/extra166y/ParallelDoubleArray.java 2013/07/22 18:26:34 1.13 @@ -381,7 +381,7 @@ public class ParallelDoubleArray extends * 2, 3}, and the reducer operation adds numbers, then after * invocation of this method, the contents would be {@code 0, 1, * 3} (that is, {@code 0, 0+1, 0+1+2}, and the return value - * would be 6 (that is, {@code 1+2+3}). + * would be 6 (that is, {@code 1+2+3}). * @param reducer the reducer * @param base the result for an empty array * @return the total reduction