summaryrefslogtreecommitdiff
path: root/crypto/p224_spake_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/p224_spake_unittest.cc')
-rw-r--r--crypto/p224_spake_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/p224_spake_unittest.cc b/crypto/p224_spake_unittest.cc
index 3bca430bea..5ecb6fd3b6 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++) {