summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmds.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-10-06 14:08:22 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-10-06 14:08:22 (GMT)
commita98efaafa6b86209e60980fa6da27a6679d2ec6b (patch)
tree2b38e135d6f4681cc97d3fae55f7eaa211f9e526 /generic/tclCompCmds.c
parent84db965188b243220d7b0bb5c1cb6fd8f1973c06 (diff)
parentfa2cb7883beede585b4082ff56dc6cb16872553b (diff)
downloadtcl-a98efaafa6b86209e60980fa6da27a6679d2ec6b.zip
tcl-a98efaafa6b86209e60980fa6da27a6679d2ec6b.tar.gz
tcl-a98efaafa6b86209e60980fa6da27a6679d2ec6b.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/tclCompCmds.c')
-rw-r--r--generic/tclCompCmds.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclCompCmds.c b/generic/tclCompCmds.c
index c382c52..5f161af 100644
--- a/generic/tclCompCmds.c
+++ b/generic/tclCompCmds.c
@@ -2644,8 +2644,8 @@ TclCompileLmapCmd(
Tcl_Interp *interp, /* Used for error reporting. */
Tcl_Parse *parsePtr, /* Points to a parse structure for the command
* created by Tcl_ParseCommand. */
- Command *cmdPtr, /* Points to defintion of command being
- * compiled. */
+ Command *cmdPtr, /* Points to the definition of the command
+ * being compiled. */
CompileEnv *envPtr) /* Holds resulting instructions. */
{
return CompileEachloopCmd(interp, parsePtr, cmdPtr, envPtr,
@@ -2706,7 +2706,7 @@ CompileEachloopCmd(
}
/*
- * Bail out if the body requires substitutions in order to insure correct
+ * Bail out if the body requires substitutions in order to ensure correct
* behaviour. [Bug 219166]
*/