about summary refs log tree commit diff stats
path: root/example/ida/depgraph.py
diff options
context:
space:
mode:
authorCamille Mougey <commial@gmail.com>2019-01-17 12:37:18 +0100
committerGitHub <noreply@github.com>2019-01-17 12:37:18 +0100
commita891c628021c6e9e1841c5dd55075f198d68a57c (patch)
tree79093188e4172955d310bff9f2c26998e5aac42f /example/ida/depgraph.py
parent04f2665bdc67dc350f469841c748542c70ea9747 (diff)
parent5fcbef659dd5d27d2953e8f35ebe004655b3f183 (diff)
downloadmiasm-a891c628021c6e9e1841c5dd55075f198d68a57c.tar.gz
miasm-a891c628021c6e9e1841c5dd55075f198d68a57c.zip
Merge pull request #944 from serpilliere/fix_assignment
Fix bad english
Diffstat (limited to 'example/ida/depgraph.py')
-rw-r--r--example/ida/depgraph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ida/depgraph.py b/example/ida/depgraph.py
index 13c37eee..2c79c05d 100644
--- a/example/ida/depgraph.py
+++ b/example/ida/depgraph.py
@@ -227,7 +227,7 @@ def launch_depgraph():
     settings.Execute()
 
     loc_key, elements, line_nb = settings.loc_key, settings.elements, settings.line_nb
-    # Simplify affectations
+    # Simplify assignments
     for irb in ircfg.blocks.values():
         irs = []
         offset = ir_arch.loc_db.get_location_offset(irb.loc_key)