about summary refs log tree commit diff stats
path: root/test/arch/mep/asm/test_major_opcode_5.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/arch/mep/asm/test_major_opcode_5.py')
-rw-r--r--test/arch/mep/asm/test_major_opcode_5.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/arch/mep/asm/test_major_opcode_5.py b/test/arch/mep/asm/test_major_opcode_5.py
index dc984420..e39230f4 100644
--- a/test/arch/mep/asm/test_major_opcode_5.py
+++ b/test/arch/mep/asm/test_major_opcode_5.py
@@ -16,7 +16,7 @@ class TestMajor5:
         check_instruction("MOV $0, 0", "5000", multi=2)
         check_instruction("MOV $0, 3", "5003", multi=2)
 
-        # Randomly choosen instructions
+        # Randomly chosen instructions
         check_instruction("MOV $8, 84", "5854", multi=2)
         check_instruction("MOV $SP, 108", "5f6c", multi=2)
         check_instruction("MOV $12, 80", "5c50", multi=2)