commit 4f961a706da88857a0007a800cbf72b0908df415
Author: Akim Demaille <[email protected]>
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.