summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
authorsuresh <suresh>1998-07-13 14:17:42 (GMT)
committersuresh <suresh>1998-07-13 14:17:42 (GMT)
commit766bbb87fba445a884ae7b1522349f6b436420e9 (patch)
treeae64a85f1e458f0c92f398dcb0b97423885bb043 /generic/tclTest.c
parentdede9b01c95e20944f3b455a592dcf565b5a67c2 (diff)
downloadtcl-766bbb87fba445a884ae7b1522349f6b436420e9.zip
tcl-766bbb87fba445a884ae7b1522349f6b436420e9.tar.gz
tcl-766bbb87fba445a884ae7b1522349f6b436420e9.tar.bz2
Minor comment fixups.
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 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.