From: Mark Wooding Date: Thu, 7 Jun 2018 17:50:26 +0000 (+0100) Subject: lib/keyword.h: Some minor fixes to comments. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/commitdiff_plain/a79bc435502289f53de312694ea3f5ca6c3aca58 lib/keyword.h: Some minor fixes to comments. Delete some stray spaces, and fix some mangled English. --- 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