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 | f0715a0f0003937141d792aa38d43956f9d4f568 (patch) | |
| tree | 56cd48e8358d308b53a48e96c6ae316f197e2bec | |
| parent | a37aa83fd7feb145f596dd0128a45c9db153cc4f (diff) | |
| download | tcl-f0715a0f0003937141d792aa38d43956f9d4f568.zip tcl-f0715a0f0003937141d792aa38d43956f9d4f568.tar.gz tcl-f0715a0f0003937141d792aa38d43956f9d4f568.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. |
