commit | 902952b910d1902df6611a6700f598cf50d2af92 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sat Jan 26 17:58:02 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sat Jan 26 17:58:02 2002 +0000 |
tree | 6b005c71a668d6272c7f94335c94d5f12361a9f2 | |
parent | 402dd6e255f0f9a33f30cff4900f7f5e8eb88dc6 [diff] |
Removed an XXX question (the answer is "yes" <wink>).
diff --git a/Modules/errnomodule.c b/Modules/errnomodule.c index 3ca4372..4b54dc5 100644 --- a/Modules/errnomodule.c +++ b/Modules/errnomodule.c
@@ -8,7 +8,7 @@ #include <sys/errno.h> #endif -/* Windows socket errors (WSA*): XXX is this the correct path ??? */ +/* Windows socket errors (WSA*) */ #ifdef MS_WINDOWS #include <winsock.h> #endif