From: Andrew M. Kuchling Date: Thu, 30 Nov 2000 01:57:18 +0000 (+0000) Subject: Clarify two comments X-Git-Tag: v2.1a1~691 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=469d5bb0b4ca8008f271c4425236292b8a55afd6;p=python Clarify two comments --- diff --git a/Modules/config.c.in b/Modules/config.c.in index da7cabb353..0d5e8b061a 100644 --- a/Modules/config.c.in +++ b/Modules/config.c.in @@ -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 */