summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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.