From 56a6d855e2b93b0eb39a3b291ef43b2d03c5e986 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Mon, 1 Dec 2014 18:28:43 +0200 Subject: Removed duplicated words in in comments and docs. --- Python/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/thread.c') 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) -- cgit v1.2.1