diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-12-01 16:28:43 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-12-01 16:28:43 (GMT) |
commit | 56a6d855e2b93b0eb39a3b291ef43b2d03c5e986 (patch) | |
tree | aa94b63e1cd81a03b4d96f6b9d29693f02dcc631 /Python/thread.c | |
parent | b491e0521fd6e1a2e6f3e6354a2a296c7c8a2915 (diff) | |
download | cpython-56a6d855e2b93b0eb39a3b291ef43b2d03c5e986.zip cpython-56a6d855e2b93b0eb39a3b291ef43b2d03c5e986.tar.gz cpython-56a6d855e2b93b0eb39a3b291ef43b2d03c5e986.tar.bz2 |
Removed duplicated words in in comments and docs.
Diffstat (limited to 'Python/thread.c')
-rw-r--r-- | Python/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/thread.c b/Python/thread.c index d1cb0e6..4e695ae 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) |