Comment typo
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
index 20f943f..d5935e3 100644
--- a/Objects/unicodeobject.c
+++ b/Objects/unicodeobject.c
@@ -196,7 +196,7 @@
 
     /* We allocate one more byte to make sure the string is Ux0000 terminated.
        The overallocation is also used by fastsearch, which assumes that it's
-       safe to look at str[length] (without makeing any assumptions about what
+       safe to look at str[length] (without making any assumptions about what
        it contains). */
 
     oldstr = unicode->str;