math/mpint.h: Add new conversions.
[catacomb] / math / mp.h
index cfaeed5..bb109b5 100644 (file)
--- a/math/mp.h
+++ b/math/mp.h
@@ -961,11 +961,11 @@ extern mp *mp_modinv(mp */*d*/, mp */*x*/, mp */*p*/);
  *               * %$\jacobi{a}{-1} = 1$% if @a@ is negative, or 1 if
  *                 positive;
  *               * %$\jacobi{a}{0} = 0$%;
- *               * %$\jacobi{a}{2}$ is 0 if @a@ is even, 1 if @a@ is
+ *               * %$\jacobi{a}{2}$ is 0 if @a@ is even, 1 if @a@ is
  *                 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.)
  */