diff options
Diffstat (limited to 'unix/tclUnixThrd.c')
-rw-r--r-- | unix/tclUnixThrd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixThrd.c b/unix/tclUnixThrd.c index 7ce2bfa..f163782 100644 --- a/unix/tclUnixThrd.c +++ b/unix/tclUnixThrd.c @@ -61,7 +61,7 @@ static pthread_mutex_t *allocLockPtr = &allocLock; /* *---------------------------------------------------------------------- * - * TclpThreadCreaet -- + * TclpThreadCreate -- * * This procedure creates a new thread. * |