Skip to content

Commit

Permalink
Fix a typo in c-analyzer (GH-24468)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Mar 19, 2021
1 parent f6c6b58 commit ff8c77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/c-analyzer/c_parser/parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def _parse(srclines, anon_name):
source = _iter_source(srclines)
#source = _iter_source(srclines, showtext=True)
for result in parse_globals(source, anon_name):
# XXX Handle blocks here insted of in parse_globals().
# XXX Handle blocks here instead of in parse_globals().
yield result


Expand Down

0 comments on commit ff8c77f

Please sign in to comment.