about summary refs log tree commit diff stats
path: root/test/analysis/data_flow.py
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2019-09-20 15:49:47 +0200
committerGitHub <noreply@github.com>2019-09-20 15:49:47 +0200
commit2a7c3f949ce2e57c0504883c6fb175970edabb95 (patch)
tree94507ec052b8e352176139d03fe465dbde2022f0 /test/analysis/data_flow.py
parent326673c7dad5d915f88a8fcbcbfbab6287839933 (diff)
parent7689482048d8ab829152b9f233fc63161813ab77 (diff)
downloadmiasm-2a7c3f949ce2e57c0504883c6fb175970edabb95.tar.gz
miasm-2a7c3f949ce2e57c0504883c6fb175970edabb95.zip
Merge pull request #1062 from WilliamBruneau/fix_codespell
Some codespell fixes
Diffstat (limited to 'test/analysis/data_flow.py')
-rw-r--r--test/analysis/data_flow.py2
1 files changed, 1 insertions, 1 deletions
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()