From 5fcbef659dd5d27d2953e8f35ebe004655b3f183 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Thu, 17 Jan 2019 07:30:56 +0100 Subject: Fix bad english --- example/ida/depgraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/ida/depgraph.py') 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) -- cgit 1.4.1