From 976ade691ceef24b167c7617b50c0bd9b176e594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lemburg?= Date: Sat, 16 Feb 2002 18:47:07 +0000 Subject: [PATCH] Also fix the comment. --- Modules/socketmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index 54d0c4a8b37..9648ba03c46 100644 --- a/Modules/socketmodule.c +++ b/Modules/socketmodule.c @@ -131,7 +131,7 @@ Socket methods: #include #include -/* Generic _socket.h definitions and includes */ +/* Generic socket object definitions and includes */ #define PySocket_BUILDING_SOCKET #include "socketmodule.h"