--- jsr166/src/jsr166e/LongAdder.java 2012/11/18 03:07:22 1.9 +++ jsr166/src/jsr166e/LongAdder.java 2012/11/18 18:03:10 1.10 @@ -19,7 +19,7 @@ import java.io.ObjectOutputStream; * #longValue}) returns the current total combined across the * variables maintaining the sum. * - *

This class is usually preferable to {@link AtomicLong} when + *

This class is usually preferable to {@link AtomicLong} when * multiple threads update a common sum that is used for purposes such * as collecting statistics, not for fine-grained synchronization * control. Under low update contention, the two classes have similar