diff options
Diffstat (limited to 'miasm2/ir/symbexec_types.py')
| -rw-r--r-- | miasm2/ir/symbexec_types.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/ir/symbexec_types.py b/miasm2/ir/symbexec_types.py index 2b7643ca..7580d1f8 100644 --- a/miasm2/ir/symbexec_types.py +++ b/miasm2/ir/symbexec_types.py @@ -51,7 +51,7 @@ class SymbolicStateCTypes(StateEngine): @property def symbols(self): - """Return the dictionnary of known symbols'types""" + """Return the dictionary of known symbols'types""" return dict(self._symbols) |