Fixed some typos, courtesy of codespell
This commit is contained in:
@@ -30,7 +30,7 @@ static void include_files(parser_helper_t *ctx);
|
||||
/* use start conditions stack */
|
||||
%option stack
|
||||
|
||||
/* do not declare unneded functions */
|
||||
/* do not declare unneeded functions */
|
||||
%option noinput noyywrap
|
||||
|
||||
/* don't use global variables, and interact properly with bison */
|
||||
|
||||
Reference in New Issue
Block a user