diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-04-28 13:30:22 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-04-28 13:30:22 (GMT) |
commit | 7fe2661780c57879cdb780f89e961c8ec844ebfc (patch) | |
tree | 856aba901085487cafe550191ba0dcdfd98c2250 /unix/tclUnixThrd.c | |
parent | 47bd89ee920aeeb8b72002ac9f582c96543f3ea7 (diff) | |
parent | 24517f610fc4cd90b353209a77a26e7818c7a209 (diff) | |
download | tcl-7fe2661780c57879cdb780f89e961c8ec844ebfc.zip tcl-7fe2661780c57879cdb780f89e961c8ec844ebfc.tar.gz tcl-7fe2661780c57879cdb780f89e961c8ec844ebfc.tar.bz2 |
minor comment fix
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 0469d7a..1f0281d 100644 --- a/unix/tclUnixThrd.c +++ b/unix/tclUnixThrd.c @@ -636,7 +636,7 @@ TclpFinalizeCondition( /* *---------------------------------------------------------------------- * - * TclpReaddir, TclpLocaltime, TclpGmtime, TclpInetNtoa -- + * TclpReaddir, TclpInetNtoa -- * * These procedures replace core C versions to be used in a threaded * environment. |