summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-06-06 06:56:20 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-06-06 06:56:20 (GMT)
commit6f9ac2478c554fbf3fff18e76b690199ade088cb (patch)
treed882b98730cbe31f02f6c4bda5685944faa8d948 /generic/tclCompile.h
parentd2874a90b95a1cac70a0c8e84908154356a9a18d (diff)
downloadtcl-6f9ac2478c554fbf3fff18e76b690199ade088cb.zip
tcl-6f9ac2478c554fbf3fff18e76b690199ade088cb.tar.gz
tcl-6f9ac2478c554fbf3fff18e76b690199ade088cb.tar.bz2
Minor grammar fix.
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index fdb281b..908dceb 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -122,9 +122,9 @@ typedef struct ExceptionAux {
* problem. */
int expandTargetDepth; /* The stack depth expected at the outermost
* expansion within the loop. Not meaningful
- * if there have are no open expansions
- * between the looping level and the point of
- * jump issue. */
+ * if there are no open expansions between the
+ * looping level and the point of jump
+ * issue. */
int numBreakTargets; /* The number of [break]s that want to be
* targeted to the place where this loop
* exception will be bound to. */