summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTime.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-08-03 13:51:40 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-08-03 13:51:40 (GMT)
commitf234f8dce1ac71dd3a9aa6bfb4d1e48bb0c986ba (patch)
treed451beff7f18e925e9012e22e5b3bbafb1c79cdc /unix/tclUnixTime.c
parent127745d011de399557bf34a6f8ace46ca41e400b (diff)
downloadtcl-f234f8dce1ac71dd3a9aa6bfb4d1e48bb0c986ba.zip
tcl-f234f8dce1ac71dd3a9aa6bfb4d1e48bb0c986ba.tar.gz
tcl-f234f8dce1ac71dd3a9aa6bfb4d1e48bb0c986ba.tar.bz2
Tidying up.
Diffstat (limited to 'unix/tclUnixTime.c')
-rw-r--r--unix/tclUnixTime.c5
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.