From 766bbb87fba445a884ae7b1522349f6b436420e9 Mon Sep 17 00:00:00 2001 From: suresh Date: Mon, 13 Jul 1998 14:17:42 +0000 Subject: Minor comment fixups. --- generic/tclTest.c | 6 +++--- 1 file 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. -- cgit v0.12