math/pgen.h, math/pgen-granfrob.c: Fix typo in function comment.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 15 Aug 2019 15:25:32 +0000 (16:25 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 9 Sep 2019 14:46:09 +0000 (15:46 +0100)
math/pgen-granfrob.c
math/pgen.h

index 8e49c73..98c8f8c 100644 (file)
@@ -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.
  *
index 219b261..eef9141 100644 (file)
@@ -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.
  *