--- a/jdk/src/java.base/share/classes/java/time/format/DateTimeFormatter.java Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.base/share/classes/java/time/format/DateTimeFormatter.java Thu Oct 30 07:31:41 2014 -0700
@@ -1097,7 +1097,7 @@
* This returns an immutable formatter capable of formatting and parsing
* the ISO-8601 instant format.
* When formatting, the second-of-minute is always output.
- * The nano-of-second outputs zero, three, six or nine digits digits as necessary.
+ * The nano-of-second outputs zero, three, six or nine digits as necessary.
* When parsing, time to at least the seconds field is required.
* Fractional seconds from zero to nine are parsed.
* The localized decimal style is not used.