mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Removed duplicated words in in comments and docs.
This commit is contained in:
parent
b491e0521f
commit
56a6d855e2
16 changed files with 19 additions and 19 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue