mirror of
https://github.com/python/cpython.git
synced 2025-11-17 01:25:57 +00:00
Typo fix: "throuhgh" should be "through". (GH-16704)
This commit is contained in:
parent
f900064ac4
commit
a8e0d3141e
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ _PyCOND_WAIT_MS(PyCOND_T *cv, PyMUTEX_T *cs, DWORD ms)
|
||||||
* just means an extra spurious wakeup for a waiting thread.
|
* just means an extra spurious wakeup for a waiting thread.
|
||||||
* ('waiting' corresponds to the semaphore's "negative" count and
|
* ('waiting' corresponds to the semaphore's "negative" count and
|
||||||
* we may end up with e.g. (waiting == -1 && sem.count == 1). When
|
* we may end up with e.g. (waiting == -1 && sem.count == 1). When
|
||||||
* a new thread comes along, it will pass right throuhgh, having
|
* a new thread comes along, it will pass right through, having
|
||||||
* adjusted it to (waiting == 0 && sem.count == 0).
|
* adjusted it to (waiting == 0 && sem.count == 0).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue