summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2014-09-25 18:47:32 (GMT)
committerdgp <dgp@noemail.net>2014-09-25 18:47:32 (GMT)
commit59b61728f493373c146652599cbda935f01e6781 (patch)
tree89de9236e0bd5130f7f9a7261901837fe720f2a5 /generic
parenta9ea2319d6650e1ec890a8c70a84587d07c67e44 (diff)
downloadtcl-59b61728f493373c146652599cbda935f01e6781.zip
tcl-59b61728f493373c146652599cbda935f01e6781.tar.gz
tcl-59b61728f493373c146652599cbda935f01e6781.tar.bz2
comment fix
FossilOrigin-Name: 39d3ca2cad6a03014e63c5e6b1ed20185de0d945
Diffstat (limited to 'generic')
-rw-r--r--generic/tclInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 7287a13..860c2a3 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -1741,7 +1741,7 @@ enum PkgPreferOptions {
* definition there.
* Some macros require knowledge of some fields in the struct in order to
* avoid hitting the TSD unnecessarily. In order to facilitate this, a pointer
- * to the relevant fields is kept in the objCache field in struct Interp.
+ * to the relevant fields is kept in the allocCache field in struct Interp.
*----------------------------------------------------------------
*/