about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2020-05-23 12:20:57 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2020-05-23 12:20:57 +0200
commitffac831f63b6e09e4dde7480e623f3825ed409f5 (patch)
tree341ae24f81522a83522f0e7e3c90a9cde77c9d67
parent560ea15cfdf825a1824893cc6d0891ede72f865e (diff)
downloadmiasm-ffac831f63b6e09e4dde7480e623f3825ed409f5.tar.gz
miasm-ffac831f63b6e09e4dde7480e623f3825ed409f5.zip
Fix tipo
-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):