Skip to content

Commit df8b3a4

Browse files
Son-Dongwoosunmy2019dcollison
authored
Fix a typo in c-analyzer (#109213)
Co-authored-by: sunmy2019 <[email protected]> Co-authored-by: Dale Collison <[email protected]>
1 parent ce5b3e1 commit df8b3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/c-analyzer/c_parser/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def from_row(cls, row, **markers):
206206
row = _tables.fix_row(row, **markers)
207207
return cls(*row)
208208

209-
# We have to provde _make() becaose we implemented __new__().
209+
# We have to provide _make() because we implemented __new__().
210210

211211
@classmethod
212212
def _make(cls, iterable):

0 commit comments

Comments
 (0)