diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-15 04:03:08 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-15 04:03:08 (GMT) |
commit | 373089239b26e7445aa44a3501c7056cfa4c3728 (patch) | |
tree | 5f2f35ff686dfa64092b06b730ed9090f6492896 /Modules/posixmodule.c | |
parent | deaa678952dd437cb8cf9f697325705ad0855029 (diff) | |
parent | 4969f709cc07088a40574c05724d83cddc8fafc7 (diff) | |
download | cpython-373089239b26e7445aa44a3501c7056cfa4c3728.zip cpython-373089239b26e7445aa44a3501c7056cfa4c3728.tar.gz cpython-373089239b26e7445aa44a3501c7056cfa4c3728.tar.bz2 |
#11515: Merge with 3.2.
Diffstat (limited to 'Modules/posixmodule.c')
-rw-r--r-- | Modules/posixmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index b07ce9c..8332cfe 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -1308,7 +1308,7 @@ win32_xstat_w(const wchar_t *path, struct win32_stat *result, BOOL traverse) win32_stat will first explicitly resolve the symlink target and then will call win32_lstat on that result. - The _w represent Unicode equivalents of the aformentioned ANSI functions. */ + The _w represent Unicode equivalents of the aforementioned ANSI functions. */ static int win32_lstat(const char* path, struct win32_stat *result) |