summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-08-14 17:07:00 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-08-14 17:07:00 (GMT)
commit2b3657769b1d0b9ae6e10113b1d3c038b4967899 (patch)
treed95768f57f7d31e60d09a96c40dde315f8bf76f0 /generic/tclTest.c
parent34f83405d31dbe1b95f1608c91f483f9170c4d23 (diff)
parent2916d083d8e80db13d25190cdc1534aad0cf67ad (diff)
downloadtcl-2b3657769b1d0b9ae6e10113b1d3c038b4967899.zip
tcl-2b3657769b1d0b9ae6e10113b1d3c038b4967899.tar.gz
tcl-2b3657769b1d0b9ae6e10113b1d3c038b4967899.tar.bz2
[a16752c252] Correct failure to call cmd deletion callbacks.
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r--generic/tclTest.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c
index 27ee89c..96973d7 100644
--- a/generic/tclTest.c
+++ b/generic/tclTest.c
@@ -1555,14 +1555,14 @@ DelCallbackProc(
*
* TestdelCmd --
*
- * This procedure implements the "testdcall" command. It is used
- * to test Tcl_CallWhenDeleted.
+ * This procedure implements the "testdel" command. It is used
+ * to test calling of command deletion callbacks.
*
* Results:
* A standard Tcl result.
*
* Side effects:
- * Creates and deletes interpreters.
+ * Creates a command.
*
*----------------------------------------------------------------------
*/