diff -r 91f5e4399160 -r da9a41004459 jdk/src/share/classes/java/time/temporal/TemporalAccessor.java --- a/jdk/src/share/classes/java/time/temporal/TemporalAccessor.java Mon May 05 09:52:24 2014 -0700 +++ b/jdk/src/share/classes/java/time/temporal/TemporalAccessor.java Thu Mar 06 16:51:30 2014 +0000 @@ -180,7 +180,7 @@ /** * Gets the value of the specified field as an {@code int}. *

- * This queries the date-time for the value for the specified field. + * This queries the date-time for the value of the specified field. * The returned value will always be within the valid range of values for the field. * If the date-time cannot return the value, because the field is unsupported or for * some other reason, an exception will be thrown. @@ -229,7 +229,7 @@ /** * Gets the value of the specified field as a {@code long}. *

- * This queries the date-time for the value for the specified field. + * This queries the date-time for the value of the specified field. * The returned value may be outside the valid range of values for the field. * If the date-time cannot return the value, because the field is unsupported or for * some other reason, an exception will be thrown.