summaryrefslogtreecommitdiffstats
path: root/generic/tclEnsemble.c
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2020-09-01 22:36:41 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2020-09-01 22:36:41 (GMT)
commit008cd7d2a99f93f590fdefbea117b9f78d03b4ce (patch)
tree3f22b48ea94ee3393cca98439bd1abf9c6c21810 /generic/tclEnsemble.c
parentd99566171273e05f659f3f4f364b9d1948ec8565 (diff)
downloadtcl-008cd7d2a99f93f590fdefbea117b9f78d03b4ce.zip
tcl-008cd7d2a99f93f590fdefbea117b9f78d03b4ce.tar.gz
tcl-008cd7d2a99f93f590fdefbea117b9f78d03b4ce.tar.bz2
Fix for [c1a376375e0e6488], imported namespace ensemble command name distorted
during deletion trace on the import
Diffstat (limited to 'generic/tclEnsemble.c')
-rw-r--r--generic/tclEnsemble.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tclEnsemble.c b/generic/tclEnsemble.c
index 3c99631..16bf8f7 100644
--- a/generic/tclEnsemble.c
+++ b/generic/tclEnsemble.c
@@ -3161,7 +3161,7 @@ TclCompileEnsemble(
}
/*
- * Now we've done the mapping process, can now actually try to compile.
+ * Now that the mapping process is done we actually try to compile.
* If there is a subcommand compiler and that successfully produces code,
* we'll use that. Otherwise, we fall back to generating opcodes to do the
* invoke at runtime.
@@ -3261,9 +3261,9 @@ TclAttemptCompileProc(
/*
* Advance parsePtr->tokenPtr so that it points at the last subcommand.
- * This will be wrong, but it will not matter, and it will put the
- * tokens for the arguments in the right place without the needed to
- * allocate a synthetic Tcl_Parse struct, or copy tokens around.
+ * This will be wrong but it will not matter, and it will put the
+ * tokens for the arguments in the right place without the need to
+ * allocate a synthetic Tcl_Parse struct or copy tokens around.
*/
for (i = 0; i < depth - 1; i++) {