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 --- miasm2/analysis/data_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miasm2/analysis/data_flow.py') diff --git a/miasm2/analysis/data_flow.py b/miasm2/analysis/data_flow.py index b90bdaf9..799b17d0 100644 --- a/miasm2/analysis/data_flow.py +++ b/miasm2/analysis/data_flow.py @@ -243,7 +243,7 @@ def dead_simp_useful_assignblks(irarch, defuse, reaching_defs): def dead_simp(irarch, ircfg): """ - Remove useless affectations. + Remove useless assignments. This function is used to analyse relation of a * complete function * This means the blocks under study represent a solid full function graph. -- cgit 1.4.1