From dca4e87d941c2a5e10e4cd0b48a52c0fe8cd71db Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Thu, 17 May 2018 13:45:34 -0400 Subject: Fix typo in comment [ci skip] --- src/lib/math/numbertheory/numthry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/math/numbertheory/numthry.cpp b/src/lib/math/numbertheory/numthry.cpp index 1458a8943..a5c7a40ab 100644 --- a/src/lib/math/numbertheory/numthry.cpp +++ b/src/lib/math/numbertheory/numthry.cpp @@ -501,7 +501,7 @@ size_t mr_test_iterations(size_t n_bits, size_t prob, bool random) } /* -* Test for primaility using Miller-Rabin +* Test for primality using Miller-Rabin */ bool is_prime(const BigInt& n, RandomNumberGenerator& rng, size_t prob, bool is_random) -- cgit v1.2.3