diff options
author | dkf <dkf@noemail.net> | 2005-01-11 11:07:20 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2005-01-11 11:07:20 (GMT) |
commit | 09e23634164b8cf5441ce7d7a37b7227483f4be5 (patch) | |
tree | 6d94e1bed271c9db3407da1eb0e76277cabc27d3 /unix/tclUnixThrd.c | |
parent | 3713fb67dd510ea951bb97fb4ef9e44634423916 (diff) | |
download | tcl-09e23634164b8cf5441ce7d7a37b7227483f4be5.zip tcl-09e23634164b8cf5441ce7d7a37b7227483f4be5.tar.gz tcl-09e23634164b8cf5441ce7d7a37b7227483f4be5.tar.bz2 |
Comment typo fix
FossilOrigin-Name: ef51c33d5d7626bdd62d7f69e0efa454915adfee
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. * |