diff options
author | Christian Clauss <cclauss@me.com> | 2021-10-06 23:57:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 23:57:10 (GMT) |
commit | 5f401f10400123afa9171548c432ea3fc37c0736 (patch) | |
tree | ff6d1e214f02b837c06e1bdf7fcab735e7af612c /PC | |
parent | db72e58ea5940c3942ede9f70cb897510b52fc36 (diff) | |
download | cpython-5f401f10400123afa9171548c432ea3fc37c0736.zip cpython-5f401f10400123afa9171548c432ea3fc37c0736.tar.gz cpython-5f401f10400123afa9171548c432ea3fc37c0736.tar.bz2 |
Fix typos in the Objects directory (GH-28766)
Diffstat (limited to 'PC')
-rw-r--r-- | PC/getpathp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/getpathp.c b/PC/getpathp.c index 062697b..79569bb 100644 --- a/PC/getpathp.c +++ b/PC/getpathp.c @@ -354,7 +354,7 @@ extern const char *PyWin_DLLVersionString; Returns NULL, or a pointer that should be freed. XXX - this code is pretty strange, as it used to also - work on Win16, where the buffer sizes werent available + work on Win16, where the buffer sizes were not available in advance. It could be simplied now Win16/Win32s is dead! */ static wchar_t * |