From c22aa1d594a279ae61e4e46b29975e9180ff0a63 Mon Sep 17 00:00:00 2001 From: hobbs Date: Mon, 8 May 2000 22:10:58 +0000 Subject: minor comment correction --- generic/tclStringObj.c | 4 ++-- 1 file 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: -- cgit v0.12