From: Mark Wooding Date: Thu, 15 Aug 2019 15:25:32 +0000 (+0100) Subject: math/pgen.h, math/pgen-granfrob.c: Fix typo in function comment. X-Git-Tag: 2.5.0~12 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/commitdiff_plain/9bfacb4f6d5be052968fa1e312f00e3af3bd9fdb math/pgen.h, math/pgen-granfrob.c: Fix typo in function comment. --- diff --git a/math/pgen-granfrob.c b/math/pgen-granfrob.c index 8e49c731..98c8f8cb 100644 --- a/math/pgen-granfrob.c +++ b/math/pgen-granfrob.c @@ -54,7 +54,7 @@ static int squarep(mp *n) * * Returns: One of the @PGEN_...@ codes. * - * Use: Performs a quadratic versoin of Grantham's Frobenius + * Use: Performs a quadratic version of Grantham's Frobenius * primality test, which is a simple extension of the standard * Lucas test. * diff --git a/math/pgen.h b/math/pgen.h index 219b261b..eef91414 100644 --- a/math/pgen.h +++ b/math/pgen.h @@ -278,7 +278,7 @@ extern mp *pgen(const char */*name*/, mp */*d*/, mp */*m*/, * * Returns: One of the @PGEN_...@ codes. * - * Use: Performs a quadratic versoin of Grantham's Frobenius + * Use: Performs a quadratic version of Grantham's Frobenius * primality test, which is a simple extension of the standard * Lucas test. *