We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c6b58 commit ff8c77fCopy full SHA for ff8c77f
Tools/c-analyzer/c_parser/parser/__init__.py
@@ -158,7 +158,7 @@ def _parse(srclines, anon_name):
158
source = _iter_source(srclines)
159
#source = _iter_source(srclines, showtext=True)
160
for result in parse_globals(source, anon_name):
161
- # XXX Handle blocks here insted of in parse_globals().
+ # XXX Handle blocks here instead of in parse_globals().
162
yield result
163
164
0 commit comments