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/jitter/codegen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miasm2/jitter/codegen.py') diff --git a/miasm2/jitter/codegen.py b/miasm2/jitter/codegen.py index a9405472..65df0c03 100644 --- a/miasm2/jitter/codegen.py +++ b/miasm2/jitter/codegen.py @@ -256,7 +256,7 @@ class CGen(object): elif isinstance(dst, ExprId): new_dst = self.add_local_var(dst_var, dst_index, dst) if dst in self.ir_arch.arch.regs.regs_flt_expr: - # Don't mask float affectation + # Don't mask float assignment c_main.append( '%s = (%s);' % (self.id_to_c(new_dst), self.id_to_c(src))) elif new_dst.size <= self.translator.NATIVE_INT_MAX_SIZE: -- cgit 1.4.1