about summary refs log tree commit diff stats
path: root/test
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
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')
-rw-r--r--test/analysis/data_flow.py2
-rw-r--r--test/analysis/depgraph.py2
2 files changed, 2 insertions, 2 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()
 
diff --git a/test/analysis/depgraph.py b/test/analysis/depgraph.py
index 345f979a..69b93f69 100644
--- a/test/analysis/depgraph.py
+++ b/test/analysis/depgraph.py
@@ -693,7 +693,7 @@ G10_TEST1_0_DN1 = DependencyNode(
 G10_INPUT = (set([G10_TEST1_0_DN1]), set([G10_IRB1.loc_key]))
 
 
-# Test 11: no dual bloc emulation
+# Test 11: no dual block emulation
 
 G11_TEST1_DN1 = DependencyNode(
     G11_IRB2.loc_key, A, len(G11_IRB2))