]> git.saurik.com Git - bison.git/commitdiff
* NEWS (2.5): Fix minor typos.
authorJoel E. Denny <joeldenny@joeldenny.org>
Sun, 1 May 2011 21:33:14 +0000 (17:33 -0400)
committerJoel E. Denny <joeldenny@joeldenny.org>
Sun, 1 May 2011 21:35:47 +0000 (17:35 -0400)
ChangeLog
NEWS

index 2f77463210a29e9f991ae3fca0396ce683c92ebe..d85b7fdaa2bc321e3f736cac3cfe029be0c5d04a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-01  Joel E. Denny  <joeldenny@joeldenny.org>
+
+       * NEWS (2.5): Fix minor typos.
+
 2011-05-01  Joel E. Denny  <joeldenny@joeldenny.org>
 
        doc: clean up quotation style in NEWS.
diff --git a/NEWS b/NEWS
index 1b70a6ad05b2fb4e62bd0996c135bed9803fe606..3eb2cc69d06cec6208bcbfa9ee9cd63fca63269f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -40,7 +40,7 @@ Bison News
 
   IELR(1) is a minimal LR(1) parser table generation algorithm.  That
   is, given any context-free grammar, IELR(1) generates parser tables
-  with the full language recognition power of canonical LR(1) but with
+  with the full language-recognition power of canonical LR(1) but with
   nearly the same number of parser states as LALR(1).  This reduction
   in parser states is often an order of magnitude.  More importantly,
   because canonical LR(1)'s extra parser states may contain duplicate
@@ -142,7 +142,7 @@ Bison News
   The old names are now deprecated but will be maintained indefinitely
   for backward compatibility.
 
-*** Values no longer need to be quoted in grammar file:
+*** Values no longer need to be quoted in the grammar file:
 
   If a %define value is an identifier, it no longer needs to be placed
   within quotations marks.  For example,