about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2020-05-23 13:11:37 +0200
committerGitHub <noreply@github.com>2020-05-23 13:11:37 +0200
commit5dace179283f488f790c5508cf3e3f148b417f01 (patch)
tree341ae24f81522a83522f0e7e3c90a9cde77c9d67
parent560ea15cfdf825a1824893cc6d0891ede72f865e (diff)
parentffac831f63b6e09e4dde7480e623f3825ed409f5 (diff)
downloadmiasm-5dace179283f488f790c5508cf3e3f148b417f01.tar.gz
miasm-5dace179283f488f790c5508cf3e3f148b417f01.zip
Merge pull request #1234 from serpilliere/fix_tipo
Fix tipo
Diffstat (limited to '')
-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):