lib/sod.h (sod_sublassp): Fix function description.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 20 Feb 2021 22:48:01 +0000 (22:48 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 20 Feb 2021 23:32:27 +0000 (23:32 +0000)
The corresponding comment in the implementation file is already correct.

lib/sod.h

index eb4a4ed..3ad4250 100644 (file)
--- 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*/);