summaryrefslogtreecommitdiffstats
path: root/Modules/posixmodule.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-12-01 16:30:14 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-12-01 16:30:14 (GMT)
commit83000a490a36f4c3c579151ff09eeb4875d0d4cd (patch)
tree4685eb31eff461a6c77ab302bcfa689aff7e3f7b /Modules/posixmodule.c
parent2205da43a6bb68b641d97fa7832b71c8a57efb77 (diff)
parent56a6d855e2b93b0eb39a3b291ef43b2d03c5e986 (diff)
downloadcpython-83000a490a36f4c3c579151ff09eeb4875d0d4cd.zip
cpython-83000a490a36f4c3c579151ff09eeb4875d0d4cd.tar.gz
cpython-83000a490a36f4c3c579151ff09eeb4875d0d4cd.tar.bz2
Removed duplicated words in in comments and docs.
Diffstat (limited to 'Modules/posixmodule.c')
-rw-r--r--Modules/posixmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c
index 0f0f1c3..eb0a68d 100644
--- a/Modules/posixmodule.c
+++ b/Modules/posixmodule.c
@@ -14944,7 +14944,7 @@ os_sysconf_impl(PyModuleDef *module, int name)
/* This code is used to ensure that the tables of configuration value names
- * are in sorted order as required by conv_confname(), and also to build the
+ * are in sorted order as required by conv_confname(), and also to build
* the exported dictionaries that are used to publish information about the
* names available on the host platform.
*