commit | 4f23cabc16027f0b6474ac8c0c1782ec5605e63b | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Sun May 08 13:45:55 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Sun May 08 13:45:55 2016 +0000 |
tree | 8df6bff62fc3979049d5bcacead5330313305321 | |
parent | f2f1c57b7e4dcd418c278dd45161a5de65bc05d3 [diff] [blame] |
Corrections for a/an in code comments and documentation
diff --git a/PC/pyconfig.h b/PC/pyconfig.h index 53c8289..5d1c90a 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h
@@ -368,7 +368,7 @@ # define SIZEOF_FPOS_T 8 # define SIZEOF_HKEY 4 # define SIZEOF_SIZE_T 4 - /* MS VS2005 changes time_t to an 64-bit type on all platforms */ + /* MS VS2005 changes time_t to a 64-bit type on all platforms */ # if defined(_MSC_VER) && _MSC_VER >= 1400 # define SIZEOF_TIME_T 8 # else