diff options
author | stanton <stanton> | 1999-04-23 01:57:08 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-04-23 01:57:08 (GMT) |
commit | 4b582e98895e5936760874fa4cf46c86e1ce278a (patch) | |
tree | 2b071bb359f42b52d6987524752cf681ccd318ca /generic | |
parent | 0c10a5580e9d822d2c6871c55bc3cd21e8094183 (diff) | |
download | tcl-4b582e98895e5936760874fa4cf46c86e1ce278a.zip tcl-4b582e98895e5936760874fa4cf46c86e1ce278a.tar.gz tcl-4b582e98895e5936760874fa4cf46c86e1ce278a.tar.bz2 |
* generic/tclEvent.c: lint
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclEvent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclEvent.c b/generic/tclEvent.c index 7499577..f237cd2 100644 --- a/generic/tclEvent.c +++ b/generic/tclEvent.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclEvent.c,v 1.4 1999/04/16 00:46:46 stanton Exp $ + * RCS: @(#) $Id: tclEvent.c,v 1.5 1999/04/23 01:57:08 stanton Exp $ */ #include "tclInt.h" @@ -779,7 +779,7 @@ TclFindEncodings(argv0) TclpSetInitialEncodings(); /* - * Now convert the native sting back to native string back to UTF. + * Now convert the native string back to UTF. */ if (pathPtr != NULL) { |