news: fixes.

* NEWS: Fix spelling.
This commit is contained in:
Akim Demaille
2012-06-20 10:33:16 +02:00
parent b921d92fcb
commit 6dc4663d5c

6
NEWS
View File

@@ -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}