diff -r 6a4be8bf8990 -r 7cb325557832 src/java.base/share/classes/java/util/random/L64X1024MixRandom.java --- a/src/java.base/share/classes/java/util/random/L64X1024MixRandom.java Wed Aug 07 15:35:55 2019 -0300 +++ b/src/java.base/share/classes/java/util/random/L64X1024MixRandom.java Thu Aug 08 11:06:54 2019 -0300 @@ -61,7 +61,7 @@ * The LCG subgenerator for {@link L64X1024MixRandom} has an update step of the * form {@code s = m * s + a}, where {@code s}, {@code m}, and {@code a} are all * of type {@code long}; {@code s} is the mutable state, the multiplier {@code m} - * is fixed (the same for all instances of {@link L64X1024MixRandom}}) and the addend + * is fixed (the same for all instances of {@link L64X1024MixRandom}) and the addend * {@code a} is a parameter (a final field of the instance). The parameter * {@code a} is required to be odd (this allows the LCG to have the maximal * period, namely 264); therefore there are 263 distinct choices