summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-04-24 04:35:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-04-24 04:35:37 (GMT)
commitb937ae718c0db9b599179a7a10a95be18bac4141 (patch)
treecd984582d5dd6c627231219e92a7f056173f6b55 /ChangeLog
parentad55ddf5b1f8a4c118bcb56dfcdcc27e6e5ad9e7 (diff)
downloadtcl-b937ae718c0db9b599179a7a10a95be18bac4141.zip
tcl-b937ae718c0db9b599179a7a10a95be18bac4141.tar.gz
tcl-b937ae718c0db9b599179a7a10a95be18bac4141.tar.bz2
typo
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a691ba..15f3a1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -65,7 +65,7 @@
leak in 'upvar' when compiling (a) upvar outside a proc, (b)
upvar with a syntax error, or (c) upvar where the frame index
is not known at compile time.
- * generic/tclParseExpr.c (ParseExpr): Plugged a memory leak
+ * generic/tclCompExpr.c (ParseExpr): Plugged a memory leak
when parsing expressions that contain syntax errors.
* generic/tclEnv.c (ReplaceString): Clear memory correctly when
growing the cache to avoid reads of uninitialised data.