From: Mark Wooding Date: Sat, 20 Feb 2021 22:48:01 +0000 (+0000) Subject: lib/sod.h (sod_sublassp): Fix function description. X-Git-Url: https://git.distorted.org.uk/~mdw/sod/commitdiff_plain/342d5d1d830b7cd5c88d61ba52836f6c59299f9a lib/sod.h (sod_sublassp): Fix function description. The corresponding comment in the implementation file is already correct. --- 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*/);