Fix a typo in c-analyzer (#109213)

Co-authored-by: sunmy2019 <59365878+sunmy2019@users.noreply.github.com>
Co-authored-by: Dale Collison <92315623+dcollison@users.noreply.github.com>
This commit is contained in:
DongWoo Son 2023-09-18 16:27:54 +09:00 committed by GitHub
parent ce5b3e19e6
commit df8b3a46a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -206,7 +206,7 @@ class DeclID(namedtuple('DeclID', 'filename funcname name')):
row = _tables.fix_row(row, **markers)
return cls(*row)
# We have to provde _make() becaose we implemented __new__().
# We have to provide _make() because we implemented __new__().
@classmethod
def _make(cls, iterable):