diff options
| author | das <das> | 2006-08-02 20:01:39 (GMT) |
|---|---|---|
| committer | das <das> | 2006-08-02 20:01:39 (GMT) |
| commit | 3ac97d97d484240c70a2d24497143745eb61c54c (patch) | |
| tree | 752a15fce653aa4f2ff090cb24e60810a2c2d78c /generic/tclClock.c | |
| parent | 39e53068f07801873e1d2bb9b92fed35a7b38f50 (diff) | |
| download | tcl-3ac97d97d484240c70a2d24497143745eb61c54c.zip tcl-3ac97d97d484240c70a2d24497143745eb61c54c.tar.gz tcl-3ac97d97d484240c70a2d24497143745eb61c54c.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 * + * *---------------------------------------------------------------------- */ |
