diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2011-04-28 13:30:22 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2011-04-28 13:30:22 (GMT) |
| commit | bfc7404d43787351fedf61e95c587072c52772b7 (patch) | |
| tree | 856aba901085487cafe550191ba0dcdfd98c2250 /unix/tclUnixThrd.c | |
| parent | 664002440670dfa0f0b3d954590961a08c19cfc7 (diff) | |
| parent | 5873a7a1f878f668e5a047788897f39a92eed841 (diff) | |
| download | tcl-bfc7404d43787351fedf61e95c587072c52772b7.zip tcl-bfc7404d43787351fedf61e95c587072c52772b7.tar.gz tcl-bfc7404d43787351fedf61e95c587072c52772b7.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. |
