From: Akim Demaille Date: Wed, 20 Jun 2012 08:33:16 +0000 (+0200) Subject: news: fixes. X-Git-Tag: v2.7.90~431 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/6dc4663d5c0bd4a2a8c964d9ebfb2f074bb5bc4f news: fixes. * NEWS: Fix spelling. --- diff --git a/NEWS b/NEWS index 2b4ef26e..03ab1578 100644 --- a/NEWS +++ b/NEWS @@ -16,9 +16,9 @@ GNU Bison NEWS ** Additional yylex/yyparse arguments - The new directive %param declare additional argument to both yylex - and yyparse. The %lex-param, %parse-param, and %param directives - support one or more arguments. Instead of + The new directive %param declares additional arguments to both yylex and + yyparse. The %lex-param, %parse-param, and %param directives support one + or more arguments. Instead of %lex-param {arg1_type *arg1} %lex-param {arg2_type *arg2}