Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e860f9b

Browse files
committed
Ack -- my eyes are getting bleary. Typos in the comment typo repairs.
1 parent f91ed2d commit e860f9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/import.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ find_module(char *realname, PyObject *path, char *buf, size_t buflen,
10211021
/* case_ok(buf, len, namelen, name)
10221022
* We've already done a successful stat() or fopen() on buf (a path of length
10231023
* len, exclusive of trailing null). name is the last component of that path
1024-
& a string of length namelen, exclusive of trailing null).
1024+
* (a string of length namelen, exclusive of trailing null).
10251025
* case_ok() is to return 1 if there's a case-sensitive match for
10261026
* name, else 0. case_ok() is also to return 1 if envar PYTHONCASEOK
10271027
* exists.

0 commit comments

Comments
 (0)