diff options
| author | dgp@users.sourceforge.net <dgp> | 2013-08-14 17:07:00 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2013-08-14 17:07:00 (GMT) |
| commit | 88a7ce8860bbf63969789f3466b2c751f5044d70 (patch) | |
| tree | d95768f57f7d31e60d09a96c40dde315f8bf76f0 /generic/tclTest.c | |
| parent | fae759bad66528c2f4dd4e0925b74dd6dbd78465 (diff) | |
| parent | 664eed9908431938b6be51e82bc4c21dcb4b976a (diff) | |
| download | tcl-88a7ce8860bbf63969789f3466b2c751f5044d70.zip tcl-88a7ce8860bbf63969789f3466b2c751f5044d70.tar.gz tcl-88a7ce8860bbf63969789f3466b2c751f5044d70.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 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. * *---------------------------------------------------------------------- */ |
