Correct an incorrect comment about our #include of stddef.h.
(see Doug Evans' comment on python-dev 2008-06-10)
diff --git a/Include/Python.h b/Include/Python.h
index c875989..1a05116 100644
--- a/Include/Python.h
+++ b/Include/Python.h
@@ -44,7 +44,7 @@
 #include <unistd.h>
 #endif
 
-/* For uintptr_t, intptr_t */
+/* For size_t? */
 #ifdef HAVE_STDDEF_H
 #include <stddef.h>
 #endif