mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Ack -- my eyes are getting bleary. Typos in the comment typo repairs.
This commit is contained in:
parent
f91ed2ddcf
commit
e860f9b983
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue