mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Fix typo
PiperOrigin-RevId: 240368596 Change-Id: Id517ae6ecece98998316ba5a2672e075e037133a
This commit is contained in:
parent
88213b0d1b
commit
dda0daa449
|
@ -252,7 +252,7 @@ class Type(object):
|
||||||
|
|
||||||
return result
|
return result
|
||||||
|
|
||||||
raise ValueError('Unkhandled kind: {}'.format(self._clang_type.kind))
|
raise ValueError('Unhandled kind: {}'.format(self._clang_type.kind))
|
||||||
|
|
||||||
def _get_related_types_of_typedef(self, result):
|
def _get_related_types_of_typedef(self, result):
|
||||||
# type: (Set[Type]) -> Set[Type]
|
# type: (Set[Type]) -> Set[Type]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user