]> 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 22:06:10 +0000 (18:06 -0400)
(cherry picked from commit 723206df6f4be135a708a4509ba99da5a256224e)

ChangeLog
NEWS

index fe8f9deb069182527f11dee142952e2cc971bc84..c8776eb96ac6820a00b1901b04e2a10782a1cc27 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 dac76f44d2bfa497aa659d3389bbe82c716ae2ac..989e6b8b234db8748a5fc5a46b9a9958eb11c90d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -99,7 +99,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
@@ -201,7 +201,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,