summaryrefslogtreecommitdiffstats
path: root/generic/tclProc.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-08-24 23:25:04 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-08-24 23:25:04 (GMT)
commit7c97db38df16e65d2492a8d351627aa8960b8f5e (patch)
treee66177555b3796d7101daf27b0928a2dec960222 /generic/tclProc.c
parenta33eb678e592b4f802c15555558e1b609fc4a903 (diff)
downloadtcl-7c97db38df16e65d2492a8d351627aa8960b8f5e.zip
tcl-7c97db38df16e65d2492a8d351627aa8960b8f5e.tar.gz
tcl-7c97db38df16e65d2492a8d351627aa8960b8f5e.tar.bz2
update out of date comment
Diffstat (limited to 'generic/tclProc.c')
-rw-r--r--generic/tclProc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclProc.c b/generic/tclProc.c
index e2b71c3..d7d4fe7 100644
--- a/generic/tclProc.c
+++ b/generic/tclProc.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclProc.c,v 1.52 2004/05/04 03:20:22 msofer Exp $
+ * RCS: @(#) $Id: tclProc.c,v 1.53 2004/08/24 23:25:04 dgp Exp $
*/
#include "tclInt.h"
@@ -221,7 +221,7 @@ Tcl_ProcObjCmd(dummy, interp, objc, objv)
* Returns TCL_OK on success, along with a pointer to a Tcl
* procedure definition in procPtrPtr where the cmdPtr field is not
* initialised. This definition should be freed by calling
- * TclCleanupProc() when it is no longer needed. Returns TCL_ERROR if
+ * TclProcCleanupProc() when it is no longer needed. Returns TCL_ERROR if
* anything goes wrong.
*
* Side effects: