summaryrefslogtreecommitdiff
path: root/mpz
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2020-01-09 16:40:59 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2020-01-09 16:40:59 +0100
commitd4537db36c835977d5d5d07d4014ded4bbc2b660 (patch)
treed11ceeb709aa2cfccbc4e5ad68a06ba8edd5df6b /mpz
parent915ec71eb4867e7d09fb2a94c2b68d5abcddec00 (diff)
downloadgmp-d4537db36c835977d5d5d07d4014ded4bbc2b660.tar.gz
mpz/lucmod.c: another typo in the same comment-line...
Diffstat (limited to 'mpz')
-rw-r--r--mpz/lucmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpz/lucmod.c b/mpz/lucmod.c
index aeff75718..0dad48cb0 100644
--- a/mpz/lucmod.c
+++ b/mpz/lucmod.c
@@ -42,7 +42,7 @@ see https://www.gnu.org/licenses/. */
/* Requires n > 4; b0 > 0; -2*Q must not overflow a long. */
/* If U_{k+1}==0 (mod n) or V_{k+1}==0 (mod n), it returns 1, */
/* otherwise it returns 0 and sets V=V_{k+1} and Qk=Q^{k+1}. */
-/* V will never grow beyond SIZ(n), Qk not beyon 2*SIZ(n). */
+/* V will never grow beyond SIZ(n), Qk not beyond 2*SIZ(n). */
int
mpz_lucas_mod (mpz_ptr V, mpz_ptr Qk, long Q,
mp_bitcnt_t b0, mpz_srcptr n, mpz_ptr T1, mpz_ptr T2)