about summary refs log tree commit diff stats
path: root/test/arch/mep/asm/test_major_opcode_4.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2019-05-18 10:06:53 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2019-05-18 11:09:16 +0200
commite86dec41a03028340399f31844d0f5357eff52c7 (patch)
tree9d93aa60a6b3c033b0573f89b3b85ff5e2c116c1 /test/arch/mep/asm/test_major_opcode_4.py
parent142fb3411317e6ce63e9c3f9154530d9e65c9664 (diff)
downloadmiasm-e86dec41a03028340399f31844d0f5357eff52c7.tar.gz
miasm-e86dec41a03028340399f31844d0f5357eff52c7.zip
Fix tipo
Diffstat (limited to 'test/arch/mep/asm/test_major_opcode_4.py')
-rw-r--r--test/arch/mep/asm/test_major_opcode_4.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/arch/mep/asm/test_major_opcode_4.py b/test/arch/mep/asm/test_major_opcode_4.py
index a6f57ac2..fd466b62 100644
--- a/test/arch/mep/asm/test_major_opcode_4.py
+++ b/test/arch/mep/asm/test_major_opcode_4.py
@@ -107,7 +107,7 @@ class TestMajor4(object):
         check_instruction("LBU $4, 0x22($TP)", "4ca2", multi=2)
         # Note: the following instruction can not be easily manipulated due to
         # expressions simplifications performed by miasm at assembly and
-        # dissassembly, i.e. ExprMem($TP + 0) is simplified into ExprMem($TP)
+        # disassembly, i.e. ExprMem($TP + 0) is simplified into ExprMem($TP)
         #check_instruction("LBU $6, 0x0($TP)", "4e80", multi=2)
         check_instruction("LBU $7, 0x3C($TP)", "4fbc", multi=2)
         check_instruction("LBU $2, 0x4($TP)", "4a84", multi=2)