mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 10:13:03 +00:00
c++: fix spello
* data/skeletons/lalr1.cc: here.
This commit is contained in:
@@ -269,7 +269,7 @@ m4_define([b4_shared_declarations],
|
|||||||
|
|
||||||
/// Convert a scanner token number \a t to a symbol number.
|
/// Convert a scanner token number \a t to a symbol number.
|
||||||
/// In theory \a t should be a token_type, but character literals
|
/// 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);
|
static token_number_type yytranslate_ (int t);
|
||||||
|
|
||||||
// Tables.
|
// Tables.
|
||||||
|
|||||||
Reference in New Issue
Block a user