summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmds.c
diff options
context:
space:
mode:
authormig <mig>2013-12-05 16:01:16 (GMT)
committermig <mig>2013-12-05 16:01:16 (GMT)
commitd4c2352c272018c182366cf571aeaaff813456e7 (patch)
tree3fb8b8cbefb8760f02af6f431e71d425015690e0 /generic/tclCompCmds.c
parentfe466d7e44e868229e27ec19e88092f804b18e08 (diff)
downloadtcl-d4c2352c272018c182366cf571aeaaff813456e7.zip
tcl-d4c2352c272018c182366cf571aeaaff813456e7.tar.gz
tcl-d4c2352c272018c182366cf571aeaaff813456e7.tar.bz2
add comments on field "misuse"
Diffstat (limited to 'generic/tclCompCmds.c')
-rw-r--r--generic/tclCompCmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompCmds.c b/generic/tclCompCmds.c
index e934d92..78c6c5a 100644
--- a/generic/tclCompCmds.c
+++ b/generic/tclCompCmds.c
@@ -2677,7 +2677,7 @@ CompileEachloopCmd(
/*
* Set the jumpback distance from INST_FOREACH_STEP to the start of the
- * body's code
+ * body's code. Misuse loopCtTemp for storing the jump size.
*/
jumpBackOffset = envPtr->exceptArrayPtr[range].continueOffset -