summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-01-11 11:07:21 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-01-11 11:07:21 (GMT)
commit1bd819c03fd52489a8536beb82f552ad658ff18f (patch)
tree6d94e1bed271c9db3407da1eb0e76277cabc27d3 /unix
parentdd38c2dbdfed06c7154c556b1dfd89066e3fea17 (diff)
downloadtcl-1bd819c03fd52489a8536beb82f552ad658ff18f.zip
tcl-1bd819c03fd52489a8536beb82f552ad658ff18f.tar.gz
tcl-1bd819c03fd52489a8536beb82f552ad658ff18f.tar.bz2
Comment typo fix
Diffstat (limited to 'unix')
-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.
*