From 46a201ecd64b478fc947d8b1b2e830b767bb66eb Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:08:21 +0100 Subject: Fix typos found by codespell --- test/arch/mep/ir/test_loadstore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/arch/mep/ir/test_loadstore.py') 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)", -- cgit 1.4.1