X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/016f25e4b5f5edb3b478cd87947b176f871f201c..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*/);