diff -r 91f5e4399160 -r da9a41004459 jdk/src/share/classes/java/time/temporal/TemporalUnit.java --- a/jdk/src/share/classes/java/time/temporal/TemporalUnit.java Mon May 05 09:52:24 2014 -0700 +++ b/jdk/src/share/classes/java/time/temporal/TemporalUnit.java Thu Mar 06 16:51:30 2014 +0000 @@ -221,7 +221,7 @@ * @param temporal the temporal object to adjust, not null * @param amount the amount of this unit to add, positive or negative * @return the adjusted temporal object, not null - * @throws DateTimeException if the period cannot be added + * @throws DateTimeException if the amount cannot be added * @throws UnsupportedTemporalTypeException if the unit is not supported by the temporal */ R addTo(R temporal, long amount);