about summary refs log tree commit diff stats
path: root/example/disasm/full.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2019-01-17 07:30:56 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2019-01-17 08:57:31 +0100
commit5fcbef659dd5d27d2953e8f35ebe004655b3f183 (patch)
tree79093188e4172955d310bff9f2c26998e5aac42f /example/disasm/full.py
parent04f2665bdc67dc350f469841c748542c70ea9747 (diff)
downloadmiasm-5fcbef659dd5d27d2953e8f35ebe004655b3f183.tar.gz
miasm-5fcbef659dd5d27d2953e8f35ebe004655b3f183.zip
Fix bad english
Diffstat (limited to 'example/disasm/full.py')
-rw-r--r--example/disasm/full.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/disasm/full.py b/example/disasm/full.py
index 153666f2..cc7f9be8 100644
--- a/example/disasm/full.py
+++ b/example/disasm/full.py
@@ -305,7 +305,7 @@ if args.propagexpr:
                         out[reg] = dst
             return set(out.values())
 
-    # Add dummy dependency to uncover out regs affectation
+    # Add dummy dependency to uncover out regs assignment
     for loc in ircfg_a.leaves():
         irblock = ircfg_a.blocks.get(loc)
         if irblock is None: