bison-patches
[Top][All Lists]
Advanced

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

c++: fix spello


From: Akim Demaille
Subject: c++: fix spello
Date: Sun, 8 Dec 2019 16:39:51 +0100

commit 4f961a706da88857a0007a800cbf72b0908df415
Author: Akim Demaille <address@hidden>
Date:   Sun Dec 8 15:42:41 2019 +0100

    c++: fix spello
    
    * data/skeletons/lalr1.cc: here.

diff --git a/data/skeletons/lalr1.cc b/data/skeletons/lalr1.cc
index 71037a81..d245796b 100644
--- a/data/skeletons/lalr1.cc
+++ b/data/skeletons/lalr1.cc
@@ -269,7 +269,7 @@ m4_define([b4_shared_declarations],
 
     /// Convert a scanner token number \a t to a symbol number.
     /// In theory \a t should be a token_type, but character literals
-    /// are valid, yet not member of the token_type enum.
+    /// are valid, yet not members of the token_type enum.
     static token_number_type yytranslate_ (int t);
 
     // Tables.




reply via email to

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