From: Tim Peters Date: Wed, 28 Feb 2001 05:57:51 +0000 (+0000) Subject: Ack -- my eyes are getting bleary. Typos in the comment typo repairs. X-Git-Tag: v2.1b1~138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e860f9b983568efad41ab8cc828a107cf2096cb4;p=python Ack -- my eyes are getting bleary. Typos in the comment typo repairs. --- diff --git a/Python/import.c b/Python/import.c index 1d9758b67a..a5c5d4cc37 100644 --- a/Python/import.c +++ b/Python/import.c @@ -1021,7 +1021,7 @@ find_module(char *realname, PyObject *path, char *buf, size_t buflen, /* case_ok(buf, len, namelen, name) * We've already done a successful stat() or fopen() on buf (a path of length * len, exclusive of trailing null). name is the last component of that path - & a string of length namelen, exclusive of trailing null). + * (a string of length namelen, exclusive of trailing null). * case_ok() is to return 1 if there's a case-sensitive match for * name, else 0. case_ok() is also to return 1 if envar PYTHONCASEOK * exists.