math/mp-jacobi.c: Fix embarrassing spelling mistake in documentation.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 27 Dec 2013 12:32:12 +0000 (12:32 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 27 Dec 2013 12:32:12 +0000 (12:32 +0000)
math/mp-jacobi.c
math/mp.h

index e318ce3..2992076 100644 (file)
@@ -59,7 +59,7 @@
  *                 congruent to 1 or 7 (mod 8), or %$-1$% otherwise.
  *
  *             If %$n$% is positive and odd, then this is the Jacobi
- *             symbol.  (The Kronecker symbol is a consistant domain
+ *             symbol.  (The Kronecker symbol is a consistent domain
  *             extension; the Jacobi symbol was implemented first, and the
  *             name stuck.)
  */
index 8a299c8..bb109b5 100644 (file)
--- a/math/mp.h
+++ b/math/mp.h
@@ -965,7 +965,7 @@ extern mp *mp_modinv(mp */*d*/, mp */*x*/, mp */*p*/);
  *                 congruent to 1 or 7 (mod 8), or %$-1$% otherwise.
  *
  *             If %$n$% is positive and odd, then this is the Jacobi
- *             symbol.  (The Kronecker symbol is a consistant domain
+ *             symbol.  (The Kronecker symbol is a consistent domain
  *             extension; the Jacobi symbol was implemented first, and the
  *             name stuck.)
  */