]> git.saurik.com Git - bison.git/commitdiff
news: fixes.
authorAkim Demaille <akim@lrde.epita.fr>
Wed, 20 Jun 2012 08:33:16 +0000 (10:33 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Wed, 20 Jun 2012 08:33:16 +0000 (10:33 +0200)
* NEWS: Fix spelling.

NEWS

diff --git a/NEWS b/NEWS
index 2b4ef26eeedcd22a3d89f1c4486cf9f764ffab4e..03ab1578d42dd98f9508c7c5c0fea6da20e8c3e5 100644 (file)
--- 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}