8058679: More bad characters in BigIntegerTest
authorbpb
Wed, 17 Sep 2014 14:11:40 -0700
changeset 26634 316694730d62
parent 26633 f965000bffe7
child 26635 2038308888ac
8058679: More bad characters in BigIntegerTest Summary: Remove remaining non-US-ASCII characters Reviewed-by: alanb
jdk/test/java/math/BigInteger/BigIntegerTest.java
--- a/jdk/test/java/math/BigInteger/BigIntegerTest.java	Wed Sep 17 11:04:16 2014 -0700
+++ b/jdk/test/java/math/BigInteger/BigIntegerTest.java	Wed Sep 17 14:11:40 2014 -0700
@@ -292,7 +292,7 @@
      * ensures that {@code v} is just under the B-Z threshold, that {@code z} is
      * over the threshold and {@code w} is much larger than {@code z}. This
      * implies that {@code u/v} uses the standard division algorithm and
-     * {@code w/z} uses the B-Z algorithm.  The results of the two algorithms
+     * {@code w/z} uses the B-Z algorithm.  The results of the two algorithms
      * are then compared using the observation described in the foregoing and
      * if they are not equal a failure is logged.
      */