Skip to content

Commit 380eb42

Browse files
[3.8] Typo fix: "throuhgh" should be "through". (GH-16713)
(cherry picked from commit a8e0d31) Co-authored-by: Hansraj Das <[email protected]>
1 parent 6bfeb81 commit 380eb42

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)