summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Modules/errnomodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/errnomodule.c b/Modules/errnomodule.c
index 3ca43724b9..4b54dc5dba 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