]> granicus.if.org Git - python/commitdiff
Ack -- my eyes are getting bleary. Typos in the comment typo repairs.
authorTim Peters <tim.peters@gmail.com>
Wed, 28 Feb 2001 05:57:51 +0000 (05:57 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 28 Feb 2001 05:57:51 +0000 (05:57 +0000)
Python/import.c

index 1d9758b67a4ac2476f787c15f04e19419697aa02..a5c5d4cc37a59c965f8b6f59e03d0aff0e690746 100644 (file)
@@ -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.