diff options
author | dgp <dgp@users.sourceforge.net> | 2013-08-14 17:02:41 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-08-14 17:02:41 (GMT) |
commit | 2916d083d8e80db13d25190cdc1534aad0cf67ad (patch) | |
tree | b4aed5d5734f1eb0636b86f7aacb63c84282073a /generic/tclTest.c | |
parent | 420294d3ed2faf23f5b57ed32e1bf869c4f71b8f (diff) | |
download | tcl-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.c | 6 |
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. * *---------------------------------------------------------------------- */ |