summaryrefslogtreecommitdiff
path: root/Python/thread.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-12-01 18:30:14 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2014-12-01 18:30:14 +0200
commit83000a490a36f4c3c579151ff09eeb4875d0d4cd (patch)
tree4685eb31eff461a6c77ab302bcfa689aff7e3f7b /Python/thread.c
parent2205da43a6bb68b641d97fa7832b71c8a57efb77 (diff)
parent56a6d855e2b93b0eb39a3b291ef43b2d03c5e986 (diff)
downloadcpython-git-83000a490a36f4c3c579151ff09eeb4875d0d4cd.tar.gz
Removed duplicated words in in comments and docs.
Diffstat (limited to 'Python/thread.c')
-rw-r--r--Python/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/thread.c b/Python/thread.c
index 9eb5d12f50..44c071eafe 100644
--- a/Python/thread.c
+++ b/Python/thread.c
@@ -221,7 +221,7 @@ find_key(int set_value, int key, void *value)
goto Done;
}
/* Sanity check. These states should never happen but if
- * they do we must abort. Otherwise we'll end up spinning in
+ * they do we must abort. Otherwise we'll end up spinning
* in a tight loop with the lock held. A similar check is done
* in pystate.c tstate_delete_common(). */
if (p == prev_p)