summaryrefslogtreecommitdiff
path: root/PC/pyconfig.h
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-05-08 13:53:41 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-05-08 13:53:41 +0000
commitef80696069ea12246883e998ffa450eba6f95d68 (patch)
treec003b8d7753a89c7c7ba1761b5f2fd1f653b23e2 /PC/pyconfig.h
parentdad4633169d12a527f9e1ddc814d824c9d5eac35 (diff)
downloadcpython-ef80696069ea12246883e998ffa450eba6f95d68.tar.gz
Corrections for a/an in code comments and documentation
Diffstat (limited to 'PC/pyconfig.h')
-rw-r--r--PC/pyconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index d44173ae9a..ac4f8f25e0 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -347,7 +347,7 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
# 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