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