From a79bc435502289f53de312694ea3f5ca6c3aca58 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Thu, 7 Jun 2018 18:50:26 +0100 Subject: [PATCH] lib/keyword.h: Some minor fixes to comments. Organization: Straylight/Edgeware From: Mark Wooding Delete some stray spaces, and fix some mangled English. --- lib/keyword.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/keyword.h b/lib/keyword.h index 1fa3e56..783f0b7 100644 --- a/lib/keyword.h +++ b/lib/keyword.h @@ -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 -- [mdw]