diff options
Diffstat (limited to 'Python/thread_lwp.h')
-rw-r--r-- | Python/thread_lwp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/thread_lwp.h b/Python/thread_lwp.h index fcfabf5783..5d73242880 100644 --- a/Python/thread_lwp.h +++ b/Python/thread_lwp.h @@ -13,7 +13,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. #include <lwp/stackdep.h> #define STACKSIZE 1000 /* stacksize for a thread */ -#define NSTACKS 2 /* # stacks to be put in cache initialy */ +#define NSTACKS 2 /* # stacks to be put in cache initially */ struct lock { int lock_locked; |