summaryrefslogtreecommitdiff
path: root/Include/pymacconfig.h
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-08-20 08:03:06 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-08-20 08:03:06 +0000
commitd210a70dd92aa3beca9d24a7a40d25681cf48fbd (patch)
treee3ce916213b371329aa7dbd9c91f1ec8504d9485 /Include/pymacconfig.h
parentf43bc98c483a999c34dc1a91f0248e228cf88047 (diff)
downloadcpython-git-d210a70dd92aa3beca9d24a7a40d25681cf48fbd.tar.gz
Minor spelling fixes
Diffstat (limited to 'Include/pymacconfig.h')
-rw-r--r--Include/pymacconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/pymacconfig.h b/Include/pymacconfig.h
index 0c28f5c06d..9dde11bd58 100644
--- a/Include/pymacconfig.h
+++ b/Include/pymacconfig.h
@@ -63,7 +63,7 @@
# if defined(__LP64__)
/* MacOSX 10.4 (the first release to support 64-bit code
* at all) only supports 64-bit in the UNIX layer.
- * Therefore surpress the toolbox-glue in 64-bit mode.
+ * Therefore suppress the toolbox-glue in 64-bit mode.
*/
/* In 64-bit mode setpgrp always has no arguments, in 32-bit
@@ -91,7 +91,7 @@
*
* Specifically: OSX 10.4 has limited supported for '%zd', while
* 10.5 has full support for '%zd'. A binary built on 10.5 won't
- * work properly on 10.4 unless we surpress the definition
+ * work properly on 10.4 unless we suppress the definition
* of PY_FORMAT_SIZE_T
*/
#undef PY_FORMAT_SIZE_T