about summary refs log tree commit diff stats
path: root/miasm2/jitter/emulatedsymbexec.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--miasm2/jitter/emulatedsymbexec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/jitter/emulatedsymbexec.py b/miasm2/jitter/emulatedsymbexec.py
index 6e1bfe65..15024505 100644
--- a/miasm2/jitter/emulatedsymbexec.py
+++ b/miasm2/jitter/emulatedsymbexec.py
@@ -21,7 +21,7 @@ class EmulatedSymbExec(SymbolicExecutionEngine):
     }
 
     def __init__(self, cpu, vm, *args, **kwargs):
-        """Instanciate an EmulatedSymbExec, associated to CPU @cpu and bind
+        """Instantiate an EmulatedSymbExec, associated to CPU @cpu and bind
         memory accesses.
         @cpu: JitCpu instance
         """