Commit 6027802c authored by hui shang's avatar hui shang Committed by Mariatta

Fix typo in thread_nt.h code comment (GH-5211)

The comment for PyThread_allocate_lock says "It has too be implemented ...".
There was an extra "o" in ".. to be implemented.."
parent 3941499d
......@@ -236,7 +236,7 @@ PyThread_exit_thread(void)
}
/*
* Lock support. It has too be implemented as semaphores.
* Lock support. It has to be implemented as semaphores.
* I [Dag] tried to implement it with mutex but I could find a way to
* tell whether a thread already own the lock or not.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment