diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-04-28 13:28:47 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-04-28 13:28:47 (GMT) |
commit | 2df752367b861d80a618db844a550bdd3ce3eea5 (patch) | |
tree | 56cd48e8358d308b53a48e96c6ae316f197e2bec | |
parent | 7e07607c9aa0ec022caedc4fd8150d9bac6fdce2 (diff) | |
download | tcl-2df752367b861d80a618db844a550bdd3ce3eea5.zip tcl-2df752367b861d80a618db844a550bdd3ce3eea5.tar.gz tcl-2df752367b861d80a618db844a550bdd3ce3eea5.tar.bz2 |
minor comment fix
-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 35cbe46..7b99896 100644 --- a/unix/tclUnixThrd.c +++ b/unix/tclUnixThrd.c @@ -806,7 +806,7 @@ TclpFinalizeCondition(condPtr) /* *---------------------------------------------------------------------- * - * TclpReaddir, TclpLocaltime, TclpGmtime, TclpInetNtoa -- + * TclpReaddir, TclpInetNtoa -- * * These procedures replace core C versions to be used in a * threaded environment. |