]> git.saurik.com Git - bison.git/commitdiff
lalr1.cc: spello.
authorAkim Demaille <akim@lrde.epita.fr>
Wed, 13 Jun 2012 19:12:15 +0000 (21:12 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Wed, 13 Jun 2012 19:12:15 +0000 (21:12 +0200)
* data/lalr1.cc: Reported by Gilles Espinasse.

data/lalr1.cc

index 92f93c2c75d6b98a9bdac4d4f10bd5d74a2f19cb..b8334e835f3e56f117c78534f5f25e41d2645d51 100644 (file)
@@ -850,7 +850,7 @@ m4_ifdef([b4_lex_param], [, ]b4_lex_param)));])[
       // Destroy a variant which value may have been swapped with
       // yylhs.value (for instance if the action was "std::swap($$,
       // $1)").  The value of yylhs.value (hence possibly one of these
-      // rhs symbols) depends on the default contruction for this
+      // rhs symbols) depends on the default construction for this
       // type.  In the case of pointers for instance, no
       // initialization is done, so the value is junk.  Therefore do
       // not try to report the value of symbols about to be destroyed