bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Fix 2 typo


From: Gilles Espinasse
Subject: [PATCH] Fix 2 typo
Date: Thu, 7 Jun 2012 08:44:20 +0200

s/prodecure/procedure/          while reading
s/contruction/construction/     found by git ls-files | misspellings -f

Signed-off-by: Gilles Espinasse <address@hidden>
---
 README-hacking |    2 +-
 data/lalr1.cc  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README-hacking b/README-hacking
index 5d9314b..a4eb2d7 100644
--- a/README-hacking
+++ b/README-hacking
@@ -297,7 +297,7 @@ where F125BDF3 should be replaced with your key ID.
 *** Using gnupload
 You need "ncftp".
 
-At the end "make release" (or alpha/beta) will display the prodecure
+At the end "make release" (or alpha/beta) will display the procedure
 to run.  Just copy and paste it in your shell.
 
 *** By hand
diff --git a/data/lalr1.cc b/data/lalr1.cc
index 92f93c2..b8334e8 100644
--- a/data/lalr1.cc
+++ b/data/lalr1.cc
@@ -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
-- 
1.5.6.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]