Skip to content

Commit ff8c77f

Browse files
author
Ikko Ashimine
authored
Fix a typo in c-analyzer (GH-24468)
1 parent f6c6b58 commit ff8c77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/c-analyzer/c_parser/parser/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def _parse(srclines, anon_name):
158158
source = _iter_source(srclines)
159159
#source = _iter_source(srclines, showtext=True)
160160
for result in parse_globals(source, anon_name):
161-
# XXX Handle blocks here insted of in parse_globals().
161+
# XXX Handle blocks here instead of in parse_globals().
162162
yield result
163163

164164

0 commit comments

Comments
 (0)