diff --git a/src/compiler/prepare_grammar/prepare_grammar.cc b/src/compiler/prepare_grammar/prepare_grammar.cc index 40112237..0c3af84a 100644 --- a/src/compiler/prepare_grammar/prepare_grammar.cc +++ b/src/compiler/prepare_grammar/prepare_grammar.cc @@ -21,7 +21,7 @@ tuple prepare_grammar( if (error) return make_tuple(SyntaxGrammar(), LexicalGrammar(), error); - // Separate grammar into lexical and syntactic components + // Separate grammar into lexical and syntactic components auto extract_result = extract_tokens(intern_result.first); error = get<2>(extract_result); if (error)