lib/keyword.h: Random commentary fixes.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 3 Aug 2019 15:01:21 +0000 (16:01 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 3 Aug 2019 15:46:22 +0000 (16:46 +0100)
lib/keyword.h

index 07ff783..5b486bf 100644 (file)
@@ -174,7 +174,7 @@ extern kw_unkhookfn *kw_unkhook;
 
 #define K(kw, val) #kw, (val),
 
-/* --- @KW_VALIST@ --- *
+/* --- @K_VALIST@ --- *
  *
  * Arguments:  @va_list ap@ = argument-list extraction state
  *
@@ -184,7 +184,7 @@ extern kw_unkhookfn *kw_unkhook;
 
 #define K_VALIST(ap) "kw.valist", &(ap),
 
-/* --- @KW_TAB@ --- *
+/* --- @K_TAB@ --- *
  *
  * Arguments:  @const struct kwval *v@ = base address of argument vector
  *             @size_t n@ = length of argument vector
@@ -471,8 +471,8 @@ extern kw_unkhookfn *kw_unkhook;
  * Use:                Copies arguments from the source structure @kw@ into the
  *             vector @v@.  The structure @kw@ must have type @struct
  *             fromset_kwargs *@.  The argument @v@ must have type @struct
- *             kwval *@ (after array-to- pointer decay), and there must be a
- *             variable @v_n@ of sufficiently large integral type suitably
+ *             kwval *@ (after array-to-pointer decay), and there must be a
+ *             variable @n@ of sufficiently large integral type suitably
  *             initialized.  Elements of the vector, starting with element
  *             @n@, will be filled in with those keyword arguments defined
  *             in @toset@ -- which must be a subset of @srcsrc@ from @kw@