--- a/jdk/src/java.base/share/classes/java/math/BigDecimal.java Thu Jun 02 14:28:16 2016 +0200
+++ b/jdk/src/java.base/share/classes/java/math/BigDecimal.java Thu Jun 02 10:52:55 2016 -0700
@@ -2026,7 +2026,7 @@
* <li> The square root of a number numerically equal to {@code
* ZERO} is numerically equal to {@code ZERO} with a preferred
* scale according to the general rule above. In particular, for
- * {@code ZERO}}, {@code ZERO.sqrt(mc).equals(ZERO)} is true with
+ * {@code ZERO}, {@code ZERO.sqrt(mc).equals(ZERO)} is true with
* any {@code MathContext} as an argument.
* </ul>
*