X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/3b7437bce8c3c8f20c3e2f4cf4c518634f7adcef..342d5d1d830b7cd5c88d61ba52836f6c59299f9a:/lib/sod.h diff --git a/lib/sod.h b/lib/sod.h index eb4a4ed..3ad4250 100644 --- a/lib/sod.h +++ b/lib/sod.h @@ -357,7 +357,7 @@ extern SOD__NORETURN * * Arguments: @const SodClass *sub, *super@ = pointers to two classes * - * Returns: Nonzero if @c@ is a subclass of @d@. + * Returns: Nonzero if @sub@ is a subclass of @super@. */ extern int sod_subclassp(const SodClass */*sub*/, const SodClass */*super*/);