various: Spelling fixes
diff --git a/py/misc.h b/py/misc.h
index 146b9a8..caa5945 100644
--- a/py/misc.h
+++ b/py/misc.h
@@ -197,7 +197,7 @@
 extern mp_uint_t mp_verbose_flag;
 
 // This is useful for unicode handling. Some CPU archs has
-// special instructions for efficient implentation of this
+// special instructions for efficient implementation of this
 // function (e.g. CLZ on ARM).
 // NOTE: this function is unused at the moment
 #ifndef count_lead_ones