diff options
author | dgp <dgp@users.sourceforge.net> | 2009-02-04 21:45:19 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-02-04 21:45:19 (GMT) |
commit | 14af5bfacb1ca6bee54d51c398e8df0adf092d41 (patch) | |
tree | bb68ee3abf5e5b3d3a06f77613777f80d59e5e2f /generic/tclStringObj.c | |
parent | 3739c0af948b9cfc9ccbe00fa2764f9bb5364308 (diff) | |
download | tcl-14af5bfacb1ca6bee54d51c398e8df0adf092d41.zip tcl-14af5bfacb1ca6bee54d51c398e8df0adf092d41.tar.gz tcl-14af5bfacb1ca6bee54d51c398e8df0adf092d41.tar.bz2 |
comment typo
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 6171db6..fc19ce6 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.83 2009/02/04 19:59:25 dgp Exp $ */ + * RCS: @(#) $Id: tclStringObj.c,v 1.84 2009/02/04 21:45:19 dgp Exp $ */ #include "tclInt.h" #include "tommath.h" @@ -961,7 +961,7 @@ Tcl_AttemptSetObjLength( /* *--------------------------------------------------------------------------- * - * TclSetUnicodeObj -- + * Tcl_SetUnicodeObj -- * * Modify an object to hold the Unicode string indicated by "unicode". * |