diff -r 58764aa6c155 -r 60ec48925dc6 jdk/src/java.base/share/classes/java/time/Instant.java --- a/jdk/src/java.base/share/classes/java/time/Instant.java Tue May 10 14:52:31 2016 +0200 +++ b/jdk/src/java.base/share/classes/java/time/Instant.java Tue May 10 17:16:55 2016 +0300 @@ -799,33 +799,33 @@ * The supported fields behave as follows: * @@ -958,7 +958,7 @@ /** * Returns a copy of this instant with the specified amount subtracted. *

- * This returns a {@code Instant}, based on this one, with the amount + * This returns an {@code Instant}, based on this one, with the amount * in terms of the unit subtracted. If it is not possible to subtract the amount, * because the unit is not supported or for some other reason, an exception is thrown. *