Typos.
diff --git a/Python/import.c b/Python/import.c
index 45c5507..db39cc4 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -2536,7 +2536,7 @@
 	if (import == NULL)
 		goto err;
 
-	/* Call the _import__ function with the proper argument list */
+	/* Call the __import__ function with the proper argument list */
 	r = PyObject_CallFunctionObjArgs(import, module_name, globals,
 					 globals, silly_list, NULL);