X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/6001a9ffafa1e77b2d192938d79e6da80febdc43..HEAD:/math/pgen.h 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. *