From 9bfacb4f6d5be052968fa1e312f00e3af3bd9fdb Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 15 Aug 2019 16:25:32 +0100 Subject: [PATCH] math/pgen.h, math/pgen-granfrob.c: Fix typo in function comment. --- math/pgen-granfrob.c | 2 +- math/pgen.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. * -- 2.11.0