Repair a comment.
diff --git a/Modules/socketmodule.h b/Modules/socketmodule.h
index 4d17f08..0c6cd1b 100644
--- a/Modules/socketmodule.h
+++ b/Modules/socketmodule.h
@@ -156,7 +156,7 @@
 /* --- C API ----------------------------------------------------*/
 
 /* Interfacestructure to C API for other modules.
-   Call PySocket_ImportModuleAPI() to initialize this
+   Call PySocketModule_ImportModuleAndAPI() to initialize this
    structure. After that usage is simple:
 
    if (!PyArg_ParseTuple(args, "O!|zz:ssl",