X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/1d7857e79cfb9d5b41fe13935b0a0bf68f6049f5..838a6a51785f045ea6bdf6cf3eb70e3ac3d1930c:/field.h diff --git a/field.h b/field.h index 4164bcef..c2ad26e1 100644 --- a/field.h +++ b/field.h @@ -208,7 +208,7 @@ extern field *field_prime(mp */*p*/); * * Arguments: @mp *p@ = the characteristic of the field * - * Returns: A pointer to the field. + * Returns: A pointer to the field, or null. * * Use: Creates a field structure for a prime field of size %$p$%, * using efficient reduction for nice primes.