Delete some stray spaces, and fix some mangled English.
/*----- Argument list macros ----------------------------------------------*/
/*----- 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.
*/
* abstraction. Functions with more complicated interfaces, and their
* callers, will have to make their own arrangements.
*/
#define KWARGS(body) body KW__END
#define KW__END ((const char *)0)
#define KWARGS(body) body KW__END
#define KW__END ((const char *)0)
-/* --- @NO_KWARGS@ --- *
+/* --- @NO_KWARGS@ --- *
* otherwise useful warning go away in this case where it's not wanted.
*/
* otherwise useful warning go away in this case where it's not wanted.
*/
*
* Arguments: @kw@ = keyword name, as an unquoted token list
* @val@ = keyword value, as an expression
*
* Arguments: @kw@ = keyword name, as an unquoted token list
* @val@ = keyword value, as an expression