summaryrefslogtreecommitdiff
path: root/Python/thread.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-12-01 18:28:43 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2014-12-01 18:28:43 +0200
commitc8def83e79745dbf89e286ff791454c7e63c3c2b (patch)
treed634094ccd905482b374f078f8a65b2fae0fc194 /Python/thread.c
parentcff8685224e9c1d0024aecfb87a2c120ca3a5542 (diff)
downloadcpython-c8def83e79745dbf89e286ff791454c7e63c3c2b.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 d1cb0e6f9d..4e695aeca2 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)