diff options
author | das <das> | 2006-08-02 20:01:39 (GMT) |
---|---|---|
committer | das <das> | 2006-08-02 20:01:39 (GMT) |
commit | 9f9399bfc4d9360d78f52967530fd2070531a1d9 (patch) | |
tree | 752a15fce653aa4f2ff090cb24e60810a2c2d78c /generic/tclClock.c | |
parent | 6bcbc3a1d65e342824a86a925d1bbbb42fd4de22 (diff) | |
download | tcl-9f9399bfc4d9360d78f52967530fd2070531a1d9.zip tcl-9f9399bfc4d9360d78f52967530fd2070531a1d9.tar.gz tcl-9f9399bfc4d9360d78f52967530fd2070531a1d9.tar.bz2 |
typo
Diffstat (limited to 'generic/tclClock.c')
-rw-r--r-- | generic/tclClock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclClock.c b/generic/tclClock.c index ee0291e..3bce263 100644 --- a/generic/tclClock.c +++ b/generic/tclClock.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclClock.c,v 1.53 2006/07/31 15:44:06 kennykb Exp $ + * RCS: @(#) $Id: tclClock.c,v 1.54 2006/08/02 20:01:39 das Exp $ */ #include "tclInt.h" @@ -370,7 +370,7 @@ ClockConvertlocaltoutcObjCmd( * tzOffset - Time zone offset in seconds east of Greenwich * tzName - Time zone name * julianDay - Julian Day Number in the local time zone -v * + * *---------------------------------------------------------------------- */ |