]> git.saurik.com Git - bison.git/blobdiff - doc/bison.texinfo
* doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
[bison.git] / doc / bison.texinfo
index 3ed6b7f51f3e029dd07c04fa91006a55ede19f3e..26d03040eeaad82898efc57116db6a395e86d7bf 100644 (file)
@@ -6456,7 +6456,7 @@ call @samp{yyrestart (yyin)} suffices after each change to
 @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