about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--doc/locationdb/locationdb.ipynb2
-rw-r--r--miasm/arch/aarch64/sem.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/locationdb/locationdb.ipynb b/doc/locationdb/locationdb.ipynb
index e09d88e9..4425b3ad 100644
--- a/doc/locationdb/locationdb.ipynb
+++ b/doc/locationdb/locationdb.ipynb
@@ -12,7 +12,7 @@
     "- a `LocKey` can have an optional *offset*.\n",
     "- a `LocKey` can have multiple symbol names\n",
     "- two `Lockey`s cannot share an identic offset\n",
-    "- two `LocKey`s cannot share a symol name\n",
+    "- two `LocKey`s cannot share a symbol name\n",
     "\n",
     "Below are manipulations of the `LocationDB`"
    ]
diff --git a/miasm/arch/aarch64/sem.py b/miasm/arch/aarch64/sem.py
index a03eedda..6629cf0d 100644
--- a/miasm/arch/aarch64/sem.py
+++ b/miasm/arch/aarch64/sem.py
@@ -1855,11 +1855,11 @@ def nop():
 
 @sbuild.parse
 def dsb(arg1):
-    """Data Syncronization Barrier"""
+    """Data Synchronization Barrier"""
 
 @sbuild.parse
 def isb(arg1):
-    """Instruction Syncronization Barrier"""
+    """Instruction Synchronization Barrier"""
 
 @sbuild.parse
 def dmb(arg1):