chiark / gitweb /
lib/keyword.h: Some minor fixes to comments.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 7 Jun 2018 17:50:26 +0000 (18:50 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 7 Jun 2018 17:50:26 +0000 (18:50 +0100)
Delete some stray spaces, and fix some mangled English.

lib/keyword.h

index 1fa3e561b5c6dcd03ad1ee6df9a6d95e00e4a87b..783f0b70d0b50f052fce8e8a145f51bb6d861dc0 100644 (file)
@@ -115,7 +115,7 @@ extern kw_unkhookfn *kw_unkhook;
 
 /*----- Argument list macros ----------------------------------------------*/
 
-/* These macros is intended to be conveniences rather than a proper
+/* These macros are intended to be conveniences rather than a proper
  * abstraction.  Functions with more complicated interfaces, and their
  * callers, will have to make their own arrangements.
  */
@@ -145,7 +145,7 @@ extern kw_unkhookfn *kw_unkhook;
 #define KWARGS(body) body KW__END
 #define KW__END ((const char *)0)
 
-/*  --- @NO_KWARGS@ --- *
+/* --- @NO_KWARGS@ --- *
  *
  * Arguments:  ---
  *
@@ -164,7 +164,7 @@ extern kw_unkhookfn *kw_unkhook;
    * otherwise useful warning go away in this case where it's not wanted.
    */
 
-/*  --- @K@ --- *
+/* --- @K@ --- *
  *
  * Arguments:  @kw@ = keyword name, as an unquoted token list
  *             @val@ = keyword value, as an expression