From 9d5e0d20f6374f73d56e97decdac570108a1ff98 Mon Sep 17 00:00:00 2001 From: William Bruneau Date: Fri, 20 Sep 2019 12:52:12 +0200 Subject: Codespell: fix some spelling mistakes --- test/analysis/data_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/analysis/data_flow.py') diff --git a/test/analysis/data_flow.py b/test/analysis/data_flow.py index ecca3eac..259aca7c 100644 --- a/test/analysis/data_flow.py +++ b/test/analysis/data_flow.py @@ -531,7 +531,7 @@ G15_EXP_IRB1 = gen_irblock(LBL1, [[ExprAssign(r, a)]]) for irb in [G15_EXP_IRB0, G15_EXP_IRB1]: G15_EXP_IRA.add_irblock(irb) -# graph 16 : Graph where variable assigned multiple times in the same bloc +# graph 16 : Graph where variable assigned multiple times in the same block G16_IRA = IRA.new_ircfg() -- cgit 1.4.1