summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixThrd.c
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2005-01-11 11:07:21 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2005-01-11 11:07:21 (GMT)
commit8cf7595c28fe60d2b72c0b8ddae272a688565a48 (patch)
tree6d94e1bed271c9db3407da1eb0e76277cabc27d3 /unix/tclUnixThrd.c
parentfdd290eff20c5c20a39e8c3c09a25d628d9d3aa8 (diff)
downloadtcl-8cf7595c28fe60d2b72c0b8ddae272a688565a48.zip
tcl-8cf7595c28fe60d2b72c0b8ddae272a688565a48.tar.gz
tcl-8cf7595c28fe60d2b72c0b8ddae272a688565a48.tar.bz2
Comment typo fix
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.
*