math/mp.h, math/mp-jacobi.c: Whitespace fix.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 3 Aug 2013 11:28:13 +0000 (12:28 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 5 Aug 2013 01:58:24 +0000 (02:58 +0100)
math/mp-jacobi.c
math/mp.h

index 1a2835b..b1b0216 100644 (file)
@@ -55,7 +55,7 @@
  *               * %$\jacobi{a}{-1} = 1$% if @a@ is negative, or 1 if
  *                 positive;
  *               * %$\jacobi{a}{0} = 0$%;
  *               * %$\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
  *                 congruent to 1 or 7 (mod 8), or %$-1$% otherwise.
  *
  *             If %$n$% is positive and odd, then this is the Jacobi
index cfaeed5..8a299c8 100644 (file)
--- a/math/mp.h
+++ b/math/mp.h
@@ -961,7 +961,7 @@ 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}{-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
  *                 congruent to 1 or 7 (mod 8), or %$-1$% otherwise.
  *
  *             If %$n$% is positive and odd, then this is the Jacobi