diff options
author | hobbs <hobbs> | 2000-05-08 22:10:58 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-05-08 22:10:58 (GMT) |
commit | c22aa1d594a279ae61e4e46b29975e9180ff0a63 (patch) | |
tree | d2c1a1bfb7eec6f906e6274da11cc1e6bf7c0242 /generic/tclStringObj.c | |
parent | 542a01ddf6b642a4fd17d55ee11a190fe852ea7b (diff) | |
download | tcl-c22aa1d594a279ae61e4e46b29975e9180ff0a63.zip tcl-c22aa1d594a279ae61e4e46b29975e9180ff0a63.tar.gz tcl-c22aa1d594a279ae61e4e46b29975e9180ff0a63.tar.bz2 |
minor comment correction
Diffstat (limited to 'generic/tclStringObj.c')
-rw-r--r-- | generic/tclStringObj.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclStringObj.c b/generic/tclStringObj.c index 62cdef1..300f2f9 100644 --- a/generic/tclStringObj.c +++ b/generic/tclStringObj.c @@ -33,7 +33,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclStringObj.c,v 1.15 1999/11/19 06:34:25 hobbs Exp $ */ + * RCS: @(#) $Id: tclStringObj.c,v 1.16 2000/05/08 22:10:58 hobbs Exp $ */ #include "tclInt.h" @@ -252,7 +252,7 @@ Tcl_DbNewStringObj(bytes, length, file, line) * TclNewUnicodeObj -- * * This procedure is creates a new String object and initializes - * it from the given Utf String. If the Utf String is the same size + * it from the given Unicode String. If the Utf String is the same size * as the Unicode string, don't duplicate the data. * * Results: |