]> granicus.if.org Git - python/commitdiff
Also fix the comment.
authorMarc-André Lemburg <mal@egenix.com>
Sat, 16 Feb 2002 18:47:07 +0000 (18:47 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Sat, 16 Feb 2002 18:47:07 +0000 (18:47 +0000)
Modules/socketmodule.c

index 54d0c4a8b370e98e24a65f53264a5d8fd046060a..9648ba03c46d6c6f2da0cfab495c201709343168 100644 (file)
@@ -131,7 +131,7 @@ Socket methods:
 #include <sys/types.h>
 #include <signal.h>
 
-/* Generic _socket.h definitions and includes */
+/* Generic socket object definitions and includes */
 #define PySocket_BUILDING_SOCKET
 #include "socketmodule.h"