summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-10-07 18:52:57 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-10-07 18:52:57 (GMT)
commitbe3376f36c02b2b317b509aed67b7751e656ecbb (patch)
treefe19a954900b367b2c8743acb5e39b9d203cab63 /generic/tclCmdMZ.c
parent69e7f1b52d7d59ea5b1b6cb027c8fbdc88b9d38d (diff)
downloadtcl-be3376f36c02b2b317b509aed67b7751e656ecbb.zip
tcl-be3376f36c02b2b317b509aed67b7751e656ecbb.tar.gz
tcl-be3376f36c02b2b317b509aed67b7751e656ecbb.tar.bz2
Update [string map] tests to get illustration of need for pure dict
restriction up to date with ordered dicts.
Diffstat (limited to 'generic/tclCmdMZ.c')
-rw-r--r--generic/tclCmdMZ.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCmdMZ.c b/generic/tclCmdMZ.c
index 885a0bc..5479971 100644
--- a/generic/tclCmdMZ.c
+++ b/generic/tclCmdMZ.c
@@ -1873,7 +1873,7 @@ StringMapCmd(
/*
* This test is tricky, but has to be that way or you get other strange
- * inconsistencies (see test string-10.20 for illustration why!)
+ * inconsistencies (see test string-10.20.1 for illustration why!)
*/
if (objv[objc-2]->typePtr == &tclDictType && objv[objc-2]->bytes == NULL){