diff --git a/miasm/arch/mips32/sem.py b/miasm/arch/mips32/sem.py index 9f935a5e2..23684a8de 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):