mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 14:23:04 +00:00
Use "look-ahead" instead of "lookahead", consistently.
This commit is contained in:
@@ -454,7 +454,7 @@ static void
|
||||
prepare_actions (void)
|
||||
{
|
||||
/* Figure out the actions for the specified state, indexed by
|
||||
lookahead token type. */
|
||||
look-ahead token type. */
|
||||
|
||||
muscle_insert_rule_number_table ("defact", yydefact,
|
||||
yydefact[0], 1, nstates);
|
||||
|
||||
Reference in New Issue
Block a user