about summary refs log tree commit diff stats
path: root/miasm2/analysis/cst_propag.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2018-02-09 10:52:30 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2018-02-09 10:55:39 +0100
commit00a5a16d47a32f1a483ba625fa9bd5c6eb460542 (patch)
treeac0d8a4cc054b283f524846757344e556325a912 /miasm2/analysis/cst_propag.py
parent3d3867ba9de8eac9b8d26f21e793f4346c2c40d2 (diff)
downloadmiasm-00a5a16d47a32f1a483ba625fa9bd5c6eb460542.tar.gz
miasm-00a5a16d47a32f1a483ba625fa9bd5c6eb460542.zip
Fix tipo
Diffstat (limited to '')
-rw-r--r--miasm2/analysis/cst_propag.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/analysis/cst_propag.py b/miasm2/analysis/cst_propag.py
index 402418de..7946a496 100644
--- a/miasm2/analysis/cst_propag.py
+++ b/miasm2/analysis/cst_propag.py
@@ -73,7 +73,7 @@ class SymbExecStateFix(SymbolicExecutionEngine):
         self.cst_propag_link = cst_propag_link
 
     def propag_expr_cst(self, expr):
-        """Propagate consttant expressions in @expr
+        """Propagate constant expressions in @expr
         @expr: Expression to update"""
         elements = expr.get_r(mem_read=True)
         to_propag = {}