Fix a typo in c-analyzer (GH-24468)

This commit is contained in:
Ikko Ashimine 2021-03-19 16:38:12 +09:00 committed by GitHub
parent f6c6b5821b
commit ff8c77fe96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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