8191632: Typos in comments due to duplicating words

Reviewed-by: alanb
This commit is contained in:
Ivan Gerasimov 2017-11-20 18:46:52 -08:00
parent 91549ed5ce
commit ac14c02059
16 changed files with 19 additions and 19 deletions

View file

@ -2741,7 +2741,7 @@ public class BigInteger extends Number implements Comparable<BigInteger> {
return z;
}
// These methods are intended to be be replaced by virtual machine
// These methods are intended to be replaced by virtual machine
// intrinsics.
@HotSpotIntrinsicCandidate
private static int[] implMontgomeryMultiply(int[] a, int[] b, int[] n, int len,