summaryrefslogtreecommitdiffstats
path: root/Modules/socketmodule.c
diff options
context:
space:
mode:
authorMarc-André Lemburg <mal@egenix.com>2002-02-16 18:47:07 (GMT)
committerMarc-André Lemburg <mal@egenix.com>2002-02-16 18:47:07 (GMT)
commit976ade691ceef24b167c7617b50c0bd9b176e594 (patch)
tree6d29e951d08f3ecf6b5ce7b36e353e58ba434b46 /Modules/socketmodule.c
parentbb8b78b77af4de1a9804773b6f64363e6210bb28 (diff)
downloadcpython-976ade691ceef24b167c7617b50c0bd9b176e594.zip
cpython-976ade691ceef24b167c7617b50c0bd9b176e594.tar.gz
cpython-976ade691ceef24b167c7617b50c0bd9b176e594.tar.bz2
Also fix the comment.
Diffstat (limited to 'Modules/socketmodule.c')
-rw-r--r--Modules/socketmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c
index 54d0c4a..9648ba0 100644
--- a/Modules/socketmodule.c
+++ b/Modules/socketmodule.c
@@ -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"