From 802b2863a43e9f66bf98ebdf02ad03630c6424ac Mon Sep 17 00:00:00 2001 From: shanghui Date: Wed, 17 Jan 2018 16:50:11 +0800 Subject: [PATCH] Fixed a typo. --- Python/thread_nt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/thread_nt.h b/Python/thread_nt.h index 14213076bcb920..61fa8619bc1742 100644 --- a/Python/thread_nt.h +++ b/Python/thread_nt.h @@ -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. */