summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-08-14 17:02:41 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-08-14 17:02:41 (GMT)
commit2916d083d8e80db13d25190cdc1534aad0cf67ad (patch)
treeb4aed5d5734f1eb0636b86f7aacb63c84282073a /generic/tclTest.c
parent420294d3ed2faf23f5b57ed32e1bf869c4f71b8f (diff)
downloadtcl-2916d083d8e80db13d25190cdc1534aad0cf67ad.zip
tcl-2916d083d8e80db13d25190cdc1534aad0cf67ad.tar.gz
tcl-2916d083d8e80db13d25190cdc1534aad0cf67ad.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 9ef7805..5b51baa 100644
--- a/generic/tclTest.c
+++ b/generic/tclTest.c
@@ -1545,14 +1545,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.
*
*----------------------------------------------------------------------
*/