Patch #714957: Explain ADDMODULE MARKER.
diff --git a/PC/config.c b/PC/config.c
index 717f267..ea65e91 100644
--- a/PC/config.c
+++ b/PC/config.c
@@ -47,7 +47,7 @@
 extern void init_random(void);
 extern void inititertools(void);
 
-/* XXX tim: what's the purpose of ADDMODULE MARKER? */
+/* tools/freeze/makeconfig.py marker for additional "extern" */
 /* -- ADDMODULE MARKER 1 -- */
 
 extern void PyMarshal_Init(void);
@@ -103,7 +103,7 @@
 	{"xxsubtype", initxxsubtype},
 	{"zipimport", initzipimport},
 
-/* XXX tim: what's the purpose of ADDMODULE MARKER? */
+/* tools/freeze/makeconfig.py marker for additional "_inittab" entries */
 /* -- ADDMODULE MARKER 2 -- */
 
         /* This module "lives in" with marshal.c */