about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2024-03-28 15:31:07 +0100
committerGitHub <noreply@github.com>2024-03-28 15:31:07 +0100
commit1ba37c39b1fa70651a1c7748c5829656cd3e6dea (patch)
treee74b76e29d6618228b67112543943215f0eb011d /test
parent319229f8675fb3d84655b1701a31eb9064560d3c (diff)
parent46a201ecd64b478fc947d8b1b2e830b767bb66eb (diff)
downloadfocaccia-miasm-1ba37c39b1fa70651a1c7748c5829656cd3e6dea.tar.gz
focaccia-miasm-1ba37c39b1fa70651a1c7748c5829656cd3e6dea.zip
Merge pull request #1474 from DimitriPapadopoulos/codespell
Fix typos found by codespell
Diffstat (limited to 'test')
-rw-r--r--test/arch/mep/ir/test_loadstore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/arch/mep/ir/test_loadstore.py b/test/arch/mep/ir/test_loadstore.py
index 87343fcb..e7b211bd 100644
--- a/test/arch/mep/ir/test_loadstore.py
+++ b/test/arch/mep/ir/test_loadstore.py
@@ -83,7 +83,7 @@ class TestLoadStore(object):
                          [(ExprMem(ExprInt(0x1010, 32), 32), ExprInt(0xABC7, 32))])
 
     def test_lb(self):
-        """Test LB executon"""
+        """Test LB execution"""
 
         # LB Rn,(Rm)
         exec_instruction("LB R1, (R2)",