about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--miasm/arch/mips32/sem.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm/arch/mips32/sem.py b/miasm/arch/mips32/sem.py
index 9f935a5e..23684a8d 100644
--- a/miasm/arch/mips32/sem.py
+++ b/miasm/arch/mips32/sem.py
@@ -146,7 +146,7 @@ def nop():
 
 @sbuild.parse
 def sync(arg1):
-    """Syncronize Shared Memory"""
+    """Synchronize Shared Memory"""
 
 @sbuild.parse
 def pref(arg1, arg2):