diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-10-19 14:42:56 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-10-19 14:42:56 (GMT) |
| commit | 58583ac83fd364a825038d5dfcdaa7c75aca836b (patch) | |
| tree | 6399c75e66f3afa69cee62d2969f7b24d9d75d1c /generic/tclNamesp.c | |
| parent | 7fa6ef0e9c110e29240b9b90518d3bf5c2d52e07 (diff) | |
| download | tcl-58583ac83fd364a825038d5dfcdaa7c75aca836b.zip tcl-58583ac83fd364a825038d5dfcdaa7c75aca836b.tar.gz tcl-58583ac83fd364a825038d5dfcdaa7c75aca836b.tar.bz2 | |
IntRep -> InternalRep. Internal changes only.
Diffstat (limited to 'generic/tclNamesp.c')
| -rw-r--r-- | generic/tclNamesp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclNamesp.c b/generic/tclNamesp.c index 9541828..bea0043 100644 --- a/generic/tclNamesp.c +++ b/generic/tclNamesp.c @@ -4800,7 +4800,7 @@ SetNsNameFromAny( if ((nsPtr == NULL) || (nsPtr->flags & NS_DYING)) { /* - * Our failed lookup proves any previously cached nsName intrep is no + * Our failed lookup proves any previously cached nsName internalrep is no * longer valid. Get rid of it so we no longer waste memory storing * it, nor time determining its invalidity again and again. */ @@ -5001,7 +5001,7 @@ TclLogCommandInfo( Tcl_ListObjLength(interp, iPtr->errorStack, &len); /* - * Reset while keeping the list intrep as much as possible. + * Reset while keeping the list internalrep as much as possible. */ Tcl_ListObjReplace(interp, iPtr->errorStack, 0, len, 0, NULL); @@ -5086,7 +5086,7 @@ TclErrorStackResetIf( Tcl_ListObjLength(interp, iPtr->errorStack, &len); /* - * Reset while keeping the list intrep as much as possible. + * Reset while keeping the list internalrep as much as possible. */ Tcl_ListObjReplace(interp, iPtr->errorStack, 0, len, 0, NULL); |
