summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixThrd.c
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2005-01-11 11:07:20 (GMT)
committerdkf <dkf@noemail.net>2005-01-11 11:07:20 (GMT)
commit09e23634164b8cf5441ce7d7a37b7227483f4be5 (patch)
tree6d94e1bed271c9db3407da1eb0e76277cabc27d3 /unix/tclUnixThrd.c
parent3713fb67dd510ea951bb97fb4ef9e44634423916 (diff)
downloadtcl-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.c2
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.
*