diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-11 11:07:21 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-11 11:07:21 (GMT) |
commit | 1bd819c03fd52489a8536beb82f552ad658ff18f (patch) | |
tree | 6d94e1bed271c9db3407da1eb0e76277cabc27d3 /unix/tclUnixThrd.c | |
parent | dd38c2dbdfed06c7154c556b1dfd89066e3fea17 (diff) | |
download | tcl-1bd819c03fd52489a8536beb82f552ad658ff18f.zip tcl-1bd819c03fd52489a8536beb82f552ad658ff18f.tar.gz tcl-1bd819c03fd52489a8536beb82f552ad658ff18f.tar.bz2 |
Comment typo fix
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. * |