From 27b1fbee28915abdf10c4dac4a9027583314c623 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 27 Dec 2013 12:32:12 +0000 Subject: [PATCH] math/mp-jacobi.c: Fix embarrassing spelling mistake in documentation. --- math/mp-jacobi.c | 2 +- math/mp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/math/mp-jacobi.c b/math/mp-jacobi.c index e318ce35..29920760 100644 --- a/math/mp-jacobi.c +++ b/math/mp-jacobi.c @@ -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.) */ diff --git a/math/mp.h b/math/mp.h index 8a299c8c..bb109b53 100644 --- 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.) */ -- 2.11.0