]> git.saurik.com Git - bison.git/commitdiff
* doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
authorAkim Demaille <akim@epita.fr>
Mon, 31 Mar 2003 07:10:44 +0000 (07:10 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 31 Mar 2003 07:10:44 +0000 (07:10 +0000)
From Paul Hilfinger.

ChangeLog
doc/bison.texinfo

index 3e2b95b2a82f7bd58db282ea70f776a73ba4db44..9387efde4af09b0d78a931dd3bba7e3e8cf88d89 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-31  Akim Demaille  <akim@epita.fr>
+
+       * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
+       From Paul Hilfinger.
+
 2003-03-29  Akim Demaille  <akim@epita.fr>
 
        * m4/error.m4: Do not put under dynamic conditions some code which
 2003-03-29  Akim Demaille  <akim@epita.fr>
 
        * m4/error.m4: Do not put under dynamic conditions some code which
index 3ed6b7f51f3e029dd07c04fa91006a55ede19f3e..26d03040eeaad82898efc57116db6a395e86d7bf 100644 (file)
@@ -6456,7 +6456,7 @@ call @samp{yyrestart (yyin)} suffices after each change to
 @section Strings are Destroyed
 
 @display
 @section Strings are Destroyed
 
 @display
-My parser seems to destroy old strings, or maybe it losses track of
+My parser seems to destroy old strings, or maybe it loses track of
 them.  Instead of reporting @samp{"foo", "bar"}, it reports
 @samp{"bar", "bar"}, or even @samp{"foo\nbar", "bar"}.
 @end display
 them.  Instead of reporting @samp{"foo", "bar"}, it reports
 @samp{"bar", "bar"}, or even @samp{"foo\nbar", "bar"}.
 @end display