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/disasm/full.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/disasm/full.py') 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: -- cgit 1.4.1