summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixThrd.c
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2011-05-10 16:05:48 (GMT)
committerdgp@users.sourceforge.net <dgp>2011-05-10 16:05:48 (GMT)
commit218ceaadd5f73fb8cda18ef6658390dba3540dc9 (patch)
tree1ca2feda250662282a8e77080fef123d9256b839 /unix/tclUnixThrd.c
parent955b5f01d8001935ee2215cce6575d27d184dc14 (diff)
downloadtcl-218ceaadd5f73fb8cda18ef6658390dba3540dc9.zip
tcl-218ceaadd5f73fb8cda18ef6658390dba3540dc9.tar.gz
tcl-218ceaadd5f73fb8cda18ef6658390dba3540dc9.tar.bz2
Completed patch with mucho comments. Merge 8.5.
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 bc80e00..fd2cd8f 100644
--- a/unix/tclUnixThrd.c
+++ b/unix/tclUnixThrd.c
@@ -724,7 +724,7 @@ TclpFinalizeCondition(
/*
*----------------------------------------------------------------------
*
- * TclpReaddir, TclpLocaltime, TclpGmtime, TclpInetNtoa --
+ * TclpReaddir, TclpInetNtoa --
*
* These procedures replace core C versions to be used in a threaded
* environment.