Skip to content
Merged

fix a typo #109213

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tools/c-analyzer/c_parser/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def from_row(cls, row, **markers):
row = _tables.fix_row(row, **markers)
return cls(*row)

# We have to provde _make() becaose we implemented __new__().
# We have to provde _make() because we implemented __new__().
Comment thread
sunmy2019 marked this conversation as resolved.
Outdated

@classmethod
def _make(cls, iterable):
Expand Down