From: Marc-André Lemburg Date: Sat, 16 Feb 2002 18:47:07 +0000 (+0000) Subject: Also fix the comment. X-Git-Tag: v2.3c1~6662 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=976ade691ceef24b167c7617b50c0bd9b176e594;p=python Also fix the comment. --- diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index 54d0c4a8b3..9648ba03c4 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"