diff options
author | dkf <dkf@noemail.net> | 2007-08-03 13:51:39 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2007-08-03 13:51:39 (GMT) |
commit | 117c713fbf17485a6a4458174d0f816010879b63 (patch) | |
tree | d451beff7f18e925e9012e22e5b3bbafb1c79cdc /unix/tclUnixTime.c | |
parent | 51931325cd3b04a637849ca4d5144f8f1bb34c27 (diff) | |
download | tcl-117c713fbf17485a6a4458174d0f816010879b63.zip tcl-117c713fbf17485a6a4458174d0f816010879b63.tar.gz tcl-117c713fbf17485a6a4458174d0f816010879b63.tar.bz2 |
Tidying up.
FossilOrigin-Name: 6951cb3f0c45bdb81de8f61476b86c0900b1af82
Diffstat (limited to 'unix/tclUnixTime.c')
-rw-r--r-- | unix/tclUnixTime.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/unix/tclUnixTime.c b/unix/tclUnixTime.c index d4f2067..770f904 100644 --- a/unix/tclUnixTime.c +++ b/unix/tclUnixTime.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclUnixTime.c,v 1.30 2007/04/17 14:49:53 dkf Exp $ + * RCS: @(#) $Id: tclUnixTime.c,v 1.31 2007/08/03 13:51:41 dkf Exp $ */ #include "tclInt.h" @@ -401,8 +401,7 @@ TclpGetDate( * * TclpGmtime -- * - * Wrapper around the 'gmtime' library function to make it thread - * safe. + * Wrapper around the 'gmtime' library function to make it thread safe. * * Results: * Returns a pointer to a 'struct tm' in thread-specific data. |