summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2021-09-22 11:09:51 +0200
committerTorbjorn Granlund <tg@gmplib.org>2021-09-22 11:09:51 +0200
commit92a6f225404c36a015f5e459575493bf010d58f9 (patch)
treee4f20bbd49280c94f0ac3c87803081037a4137ca /doc
parent6503bf4829b7b862c315c3ad2faa32f5666457d7 (diff)
downloadgmp-92a6f225404c36a015f5e459575493bf010d58f9.tar.gz
Fix a typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/gmp.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gmp.texi b/doc/gmp.texi
index cbf685cb0..4406addc8 100644
--- a/doc/gmp.texi
+++ b/doc/gmp.texi
@@ -9033,7 +9033,7 @@ For inputs larger than @code{GCD_DC_THRESHOLD}, @code{mpz_jacobi},
@code{mpz_legendre} and @code{mpz_kronecker} are computed via the HGCD (Half
GCD) function, as a generalization to Lehmer's algorithm.
-Most GCD algorithms reduce @math{a} and @math{b} by repeatatily computing the
+Most GCD algorithms reduce @math{a} and @math{b} by repeatedly computing the
quotient @m{q = \lfloor a/b \rfloor, q = floor(a/b)} and iteratively replacing
@c Couldn't figure out macros with commas.