Skip to content

Commit

Permalink
[3.8] Typo fix: "throuhgh" should be "through". (GH-16713)
Browse files Browse the repository at this point in the history
(cherry picked from commit a8e0d31)

Co-authored-by: Hansraj Das <raj.das.136@gmail.com>
  • Loading branch information
benjaminp and hansrajdas committed Oct 11, 2019
1 parent 6bfeb81 commit 380eb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/condvar.h
Expand Up @@ -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.
* ('waiting' corresponds to the semaphore's "negative" count and
* 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).
*/

Expand Down

0 comments on commit 380eb42

Please sign in to comment.