about summary refs log tree commit diff stats
path: root/test/core/asmblock.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/asmblock.py')
-rw-r--r--test/core/asmblock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/asmblock.py b/test/core/asmblock.py
index 666c4665..c3b220df 100644
--- a/test/core/asmblock.py
+++ b/test/core/asmblock.py
@@ -74,7 +74,7 @@ assert len(first_block.bto) == 1
 assert list(first_block.bto)[0].c_t == AsmConstraint.c_next
 
 ## Simplify the obtained graph to keep only blocks which reach a block
-## finnishing with RET
+## finishing with RET
 
 def remove_useless_blocks(d_g, graph):
     """Remove leaves without a RET"""