summaryrefslogtreecommitdiffstats
path: root/generic/tclCompExpr.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclCompExpr.c')
-rw-r--r--generic/tclCompExpr.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/generic/tclCompExpr.c b/generic/tclCompExpr.c
index 9ca9f73..e102d28 100644
--- a/generic/tclCompExpr.c
+++ b/generic/tclCompExpr.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclCompExpr.c,v 1.27 2005/07/17 21:17:40 dkf Exp $
+ * RCS: @(#) $Id: tclCompExpr.c,v 1.28 2005/08/03 22:25:11 dgp Exp $
*/
#include "tclInt.h"
@@ -288,8 +288,7 @@ TclCompileExpr(interp, script, numBytes, envPtr)
* TclFinalizeCompilation --
*
* Clean up the compilation environment so it can later be properly
- * reinitialized. This procedure is called by TclFinalizeCompExecEnv() in
- * tclObj.c, which in turn is called by Tcl_Finalize().
+ * reinitialized. This procedure is called by Tcl_Finalize().
*
* Results:
* None.