Skip to content

Commit e7bf106

Browse files
hansrajdasJake Taylor
authored andcommitted
Typo fix: "throuhgh" should be "through". (pythonGH-16704)
1 parent 8c0a651 commit e7bf106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/condvar.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ _PyCOND_WAIT_MS(PyCOND_T *cv, PyMUTEX_T *cs, DWORD ms)
178178
* just means an extra spurious wakeup for a waiting thread.
179179
* ('waiting' corresponds to the semaphore's "negative" count and
180180
* we may end up with e.g. (waiting == -1 && sem.count == 1). When
181-
* a new thread comes along, it will pass right throuhgh, having
181+
* a new thread comes along, it will pass right through, having
182182
* adjusted it to (waiting == 0 && sem.count == 0).
183183
*/
184184

0 commit comments

Comments
 (0)