diff options
author | dgp <dgp@users.sourceforge.net> | 2009-02-04 21:43:51 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-02-04 21:43:51 (GMT) |
commit | fb0738b32fc527f67ed00a01c99eb99ed396c40e (patch) | |
tree | 529fe7d85426b1594b19357b3a815f8295610fc6 /generic | |
parent | 14382184e4298588141bd84830147afe007d33db (diff) | |
download | tcl-fb0738b32fc527f67ed00a01c99eb99ed396c40e.zip tcl-fb0738b32fc527f67ed00a01c99eb99ed396c40e.tar.gz tcl-fb0738b32fc527f67ed00a01c99eb99ed396c40e.tar.bz2 |
comment typo
Diffstat (limited to 'generic')
-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 90aaf37..0457b72 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.70.2.4 2009/02/04 20:21:41 dgp Exp $ */ + * RCS: @(#) $Id: tclStringObj.c,v 1.70.2.5 2009/02/04 21:43:51 dgp Exp $ */ #include "tclInt.h" #include "tommath.h" @@ -936,7 +936,7 @@ Tcl_AttemptSetObjLength( /* *--------------------------------------------------------------------------- * - * TclSetUnicodeObj -- + * Tcl_SetUnicodeObj -- * * Modify an object to hold the Unicode string indicated by "unicode". * |