]> granicus.if.org Git - python/commitdiff
Clarify two comments
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 30 Nov 2000 01:57:18 +0000 (01:57 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 30 Nov 2000 01:57:18 +0000 (01:57 +0000)
Modules/config.c.in

index da7cabb35373fc573b3a8fdc215e9214afe52b5c..0d5e8b061ac21595d43ab587a00bce3c93d6ef82 100644 (file)
@@ -27,10 +27,10 @@ struct _inittab _PyImport_Inittab[] = {
 
 /* -- ADDMODULE MARKER 2 -- */
 
-       /* This module "lives in" with marshal.c */
+       /* This module lives in marshal.c */
        {"marshal", PyMarshal_Init},
 
-       /* This lives it with import.c */
+       /* This lives in import.c */
        {"imp", initimp},
 
        /* These entries are here for sys.builtin_module_names */