diff options
author | dgp <dgp@users.sourceforge.net> | 2014-09-25 18:47:32 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-09-25 18:47:32 (GMT) |
commit | 43921a6b7f362d8ae47b70eb98a7c9b0ff3ee665 (patch) | |
tree | 237a9f280acde7e57a7214483baa77668bb43fbe /generic | |
parent | c220fbe2ff72c2408a2e9c303975f80d04fd44e7 (diff) | |
download | tcl-43921a6b7f362d8ae47b70eb98a7c9b0ff3ee665.zip tcl-43921a6b7f362d8ae47b70eb98a7c9b0ff3ee665.tar.gz tcl-43921a6b7f362d8ae47b70eb98a7c9b0ff3ee665.tar.bz2 |
comment fix
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclInt.h | 2 |
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. *---------------------------------------------------------------- */ |