From 342d5d1d830b7cd5c88d61ba52836f6c59299f9a Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 20 Feb 2021 22:48:01 +0000 Subject: [PATCH] lib/sod.h (sod_sublassp): Fix function description. The corresponding comment in the implementation file is already correct. --- lib/sod.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*/); -- 2.11.0