8058679: More bad characters in BigIntegerTest
Summary: Remove remaining non-US-ASCII characters
Reviewed-by: alanb
--- 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.
*/