diff -r 0515206e36ed Modules/posixmodule.c --- a/Modules/posixmodule.c Mon Mar 14 16:36:31 2011 -0400 +++ b/Modules/posixmodule.c Mon Mar 14 22:18:49 2011 +0100 @@ -1308,7 +1308,7 @@ 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)