summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tclTest.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c
index 12893db..526fa90 100644
--- a/generic/tclTest.c
+++ b/generic/tclTest.c
@@ -2756,7 +2756,7 @@ TestsetnoerrCmd(dummy, interp, argc, argv)
* TeststatprocCmd --
*
* Implements the "testTclStatProc" cmd that is used to test the
- * 'TclStatInsertProc' C Api.
+ * 'TclStatInsertProc' & 'TclStatDeleteProc' C Apis.
*
* Results:
* A standard Tcl result.
@@ -2860,7 +2860,7 @@ TestStatProc3(path, buf)
* TestaccessprocCmd --
*
* Implements the "testTclAccessProc" cmd that is used to test the
- * 'TclAccessInsertProc' C Api.
+ * 'TclAccessInsertProc' & 'TclAccessDeleteProc' C Apis.
*
* Results:
* A standard Tcl result.
@@ -2961,7 +2961,7 @@ TestAccessProc3(path, mode)
* TestopenfilechannelprocCmd --
*
* Implements the "testTclOpenFileChannelProc" cmd that is used to test the
- * 'TclAccessInsertProc' C Api.
+ * 'TclOpenFileChannelInsertProc' & 'TclOpenFileChannelDeleteProc' C Apis.
*
* Results:
* A standard Tcl result.