| Index: crypto/p224_spake_unittest.cc
|
| diff --git a/crypto/p224_spake_unittest.cc b/crypto/p224_spake_unittest.cc
|
| index 3bca430beaea73c4fabea16e2650a6adadb11c39..5ecb6fd3b6f91c43fca9a2354a7228144f26fa0b 100644
|
| --- a/crypto/p224_spake_unittest.cc
|
| +++ b/crypto/p224_spake_unittest.cc
|
| @@ -127,7 +127,7 @@ TEST(MutualAuth, Fuzz) {
|
|
|
| // We'll only be testing small values of i, but we don't want that to bias
|
| // the test coverage. So we disperse the value of i by multiplying by the
|
| - // FNV, 32-bit prime, producing a poor-man's PRNG.
|
| + // FNV, 32-bit prime, producing a simplistic PRNG.
|
| const uint32_t rand = i * 16777619;
|
|
|
| for (unsigned round = 0;; round++) {
|
|
|