diff options
author | msofer <msofer@noemail.net> | 2002-07-16 12:54:33 (GMT) |
---|---|---|
committer | msofer <msofer@noemail.net> | 2002-07-16 12:54:33 (GMT) |
commit | 09cee6804e4632dd03b674af795ced3143ede97c (patch) | |
tree | 5d58b6d1a2f6746d2e220809d94ead179f5a4f5f /generic/tclVar.c | |
parent | 1afb9fe9e1bb361e97b87e4db0651a6248e04fe2 (diff) | |
download | tcl-09cee6804e4632dd03b674af795ced3143ede97c.zip tcl-09cee6804e4632dd03b674af795ced3143ede97c.tar.gz tcl-09cee6804e4632dd03b674af795ced3143ede97c.tar.bz2 |
* generic/tclVar.c: inaccurate comment fixed
FossilOrigin-Name: 0b1991277fd6cc4aff031ed4a491470bd20684f9
Diffstat (limited to 'generic/tclVar.c')
-rw-r--r-- | generic/tclVar.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/generic/tclVar.c b/generic/tclVar.c index 14b33f9..249b45c 100644 --- a/generic/tclVar.c +++ b/generic/tclVar.c @@ -15,7 +15,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclVar.c,v 1.54 2002/07/15 22:18:07 msofer Exp $ + * RCS: @(#) $Id: tclVar.c,v 1.55 2002/07/16 12:54:34 msofer Exp $ */ #include "tclInt.h" @@ -6023,8 +6023,9 @@ DupNsVarName(srcPtr, dupPtr) * INTERNALREP DEFINITION: * twoPtrValue.ptr1 = pointer to the array name Tcl_Obj * (NULL if scalar) - * twoPtrValue.ptr2 = pointer to the element name Tcl_Obj - * (NULL if scalar) + * twoPtrValue.ptr2 = pointer to the element name string + * (owned by this Tcl_Obj), or NULL if + * it is a scalar variable */ static void |