summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel E. Denny <joeldenny@joeldenny.org>2011-05-01 17:33:14 -0400
committerJoel E. Denny <joeldenny@joeldenny.org>2011-05-01 17:35:47 -0400
commit723206df6f4be135a708a4509ba99da5a256224e (patch)
tree2a24143d5acdab9445dae5d327dad370bf6ac0b4
parentac3297d501e9b74a11095d966bb8e5aa6fcf0ff4 (diff)
downloadbison-723206df6f4be135a708a4509ba99da5a256224e.tar.gz
* NEWS (2.5): Fix minor typos.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f774632..d85b7fda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
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.
* NEWS (2.5): For multi-character tokens in example grammar rules,
use "token" not 'token'. In English, use a consistent quotation
diff --git a/NEWS b/NEWS
index 1b70a6ad..3eb2cc69 100644
--- 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,