Fix comment typos
diff --git a/Include/pyport.h b/Include/pyport.h
index 66726e8..0c383d3 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -297,7 +297,7 @@
 
 /* Py_IS_INFINITY(X)
  * Return 1 if float or double arg is an infinity, else 0.
- * This some archicetcures (windows) have intrisics for this, so a special
+ * Some architectures (Windows) have intrisics for this, so a special
  * macro for this particular test is useful
  */
 #ifndef Py_IS_FINITE