diff options
Diffstat (limited to 'Python/thread_os2.h')
-rw-r--r-- | Python/thread_os2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/thread_os2.h b/Python/thread_os2.h index 2371aae..0709e06 100644 --- a/Python/thread_os2.h +++ b/Python/thread_os2.h @@ -122,7 +122,7 @@ PyThread_type_lock PyThread_allocate_lock(void) PyThread_init_thread(); DosCreateMutexSem(NULL, /* Sem name */ - &aLock, /* the semaphone */ + &aLock, /* the semaphore */ 0, /* shared ? */ 0); /* initial state */ |