about summary refs log tree commit diff stats
path: root/miasm2/arch/msp430/ctype.py
diff options
context:
space:
mode:
Diffstat (limited to 'miasm2/arch/msp430/ctype.py')
-rw-r--r--miasm2/arch/msp430/ctype.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/arch/msp430/ctype.py b/miasm2/arch/msp430/ctype.py
index adb0a953..464adaf8 100644
--- a/miasm2/arch/msp430/ctype.py
+++ b/miasm2/arch/msp430/ctype.py
@@ -3,7 +3,7 @@ from miasm2.core.ctypesmngr import CTypeId, CTypePtr
 
 
 class CTypeMSP430_unk(CLeafTypes):
-    """Define C types sizes/alignement for msp430 architecture"""
+    """Define C types sizes/alignment for msp430 architecture"""
 
     obj_pad = ObjCDecl(PADDING_TYPE_NAME, 1, 1) # __padding__ is size 1/align 1