summaryrefslogtreecommitdiffstats
path: root/generic/tclVar.c
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2002-07-16 12:54:34 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2002-07-16 12:54:34 (GMT)
commit4bff120e25f8744fdfe66cda2f003660716e8f0d (patch)
tree5d58b6d1a2f6746d2e220809d94ead179f5a4f5f /generic/tclVar.c
parent21279353f6faf15bd0abb0385ee57b65e7bb2d20 (diff)
downloadtcl-4bff120e25f8744fdfe66cda2f003660716e8f0d.zip
tcl-4bff120e25f8744fdfe66cda2f003660716e8f0d.tar.gz
tcl-4bff120e25f8744fdfe66cda2f003660716e8f0d.tar.bz2
* generic/tclVar.c: inaccurate comment fixed
Diffstat (limited to 'generic/tclVar.c')
-rw-r--r--generic/tclVar.c7
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