From 7c97db38df16e65d2492a8d351627aa8960b8f5e Mon Sep 17 00:00:00 2001 From: dgp Date: Tue, 24 Aug 2004 23:25:04 +0000 Subject: update out of date comment --- generic/tclProc.c | 4 ++-- 1 file 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: -- cgit v0.12