summaryrefslogtreecommitdiff
path: root/mpz/jacobi.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-06-17 01:40:19 +0200
committerKevin Ryde <user42@zip.com.au>2001-06-17 01:40:19 +0200
commit1256a7c4ff42ab9a8923a76f5f4a2f3e9d87e7a9 (patch)
tree90fe55772f4d67e155f74337287526c75af343e2 /mpz/jacobi.c
parenta32a4f55d9acd60cdfc3d783622a85e8afe08977 (diff)
downloadgmp-1256a7c4ff42ab9a8923a76f5f4a2f3e9d87e7a9.tar.gz
Tweak a comment.
Diffstat (limited to 'mpz/jacobi.c')
-rw-r--r--mpz/jacobi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpz/jacobi.c b/mpz/jacobi.c
index 76188551d..758e6568e 100644
--- a/mpz/jacobi.c
+++ b/mpz/jacobi.c
@@ -48,7 +48,7 @@ MA 02111-1307, USA. */
checked at run-time since we'd like odd b to go fast in mpz_kronecker
too.
- mpz_legendre could assume b is an odd prime, but knowing that doesn't
+ mpz_legendre could assume b is an odd prime, but knowing this doesn't
present any obvious benefits. Result 0 wouldn't arise (unless "a" is a
multiple of b), but the checking for that takes little time compared to
other operations.