summaryrefslogtreecommitdiffstats
path: root/generic/tclUtil.c
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2011-05-03 17:34:51 (GMT)
committerdgp@users.sourceforge.net <dgp>2011-05-03 17:34:51 (GMT)
commit5f143516e09809980141fa61b63abcb75da6c441 (patch)
tree3c595c00cc148f6d2f310a62d5a3a811c2956284 /generic/tclUtil.c
parentfeb97c72f85aea519bb34b7beb35a59ac7959b25 (diff)
downloadtcl-5f143516e09809980141fa61b63abcb75da6c441.zip
tcl-5f143516e09809980141fa61b63abcb75da6c441.tar.gz
tcl-5f143516e09809980141fa61b63abcb75da6c441.tar.bz2
Tighten SetDictFromAny().
Diffstat (limited to 'generic/tclUtil.c')
-rw-r--r--generic/tclUtil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclUtil.c b/generic/tclUtil.c
index fd3d935..1e10465 100644
--- a/generic/tclUtil.c
+++ b/generic/tclUtil.c
@@ -180,7 +180,7 @@ TclMaxListLength(
* the element is in braces, then *elementPtr will point to the character
* after the opening brace and *sizePtr will not include either of the
* braces. If there isn't an element in the list, *sizePtr will be zero,
- * and both *elementPtr and *termPtr will point just after the last
+ * and both *elementPtr and *nextPtr will point just after the last
* character in the list. If literalPtr is non-NULL, *literalPtr is set
* to a boolean value indicating whether the substring returned as
* the values of **elementPtr and *sizePtr is the literal value of