diff options
| author | Tim Blazytko <tim.blazytko@rub.de> | 2015-04-30 23:53:10 +0200 |
|---|---|---|
| committer | Tim Blazytko <tim.blazytko@rub.de> | 2015-04-30 23:53:10 +0200 |
| commit | 3cb60d60d2b1527f1f670890252751f07952d518 (patch) | |
| tree | 752e3f91370037fce8f81d3354c02a7a80411e88 | |
| parent | 7e9ad339a9a439b083044cbc9c744d50414f35c2 (diff) | |
| download | miasm-3cb60d60d2b1527f1f670890252751f07952d518.tar.gz miasm-3cb60d60d2b1527f1f670890252751f07952d518.zip | |
fixed typo
Diffstat (limited to '')
| -rw-r--r-- | miasm2/analysis/depgraph.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miasm2/analysis/depgraph.py b/miasm2/analysis/depgraph.py index 19f8e6e8..71dc9315 100644 --- a/miasm2/analysis/depgraph.py +++ b/miasm2/analysis/depgraph.py @@ -495,8 +495,8 @@ class DependencyGraph(object): Following arguments define filters used to generate dependencies @apply_simp: (optional) Apply expr_simp - @follow_mem: (optional) Track memory syntaxically - @follow_call: (optional) Track throught "call" + @follow_mem: (optional) Track memory syntactically + @follow_call: (optional) Track through "call" """ # Init self._ira = ira |