Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 49d7428

Browse files
miss-islingtonhansrajdas
authored andcommitted
Typo fix: "throuhgh" should be "through". (GH-16704)
(cherry picked from commit a8e0d31) Co-authored-by: Hansraj Das <[email protected]>
1 parent 49e650b commit 49d7428

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
@@ -194,7 +194,7 @@ _PyCOND_WAIT_MS(PyCOND_T *cv, PyMUTEX_T *cs, DWORD ms)
194194
* just means an extra spurious wakeup for a waiting thread.
195195
* ('waiting' corresponds to the semaphore's "negative" count and
196196
* we may end up with e.g. (waiting == -1 && sem.count == 1). When
197-
* a new thread comes along, it will pass right throuhgh, having
197+
* a new thread comes along, it will pass right through, having
198198
* adjusted it to (waiting == 0 && sem.count == 0).
199199
*/
200200

0 commit comments

Comments
 (0)