chiark / gitweb /
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 8e49c731c051dad7113fe0290785261e06495e7d..98c8f8cbfe7c0c37cafb5b2959bfc415b4c28e29 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 219b261b8e703e2490ec98684f7de6da52d455a5..eef9141428833be7d399c13e479e90d852d00655 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.
  *