about summary refs log tree commit diff stats
path: root/test/analysis/depgraph.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/depgraph.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/depgraph.py')
-rw-r--r--test/analysis/depgraph.py2
1 files changed, 1 insertions, 1 deletions
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))