diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-06-06 06:56:20 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-06-06 06:56:20 (GMT) |
commit | ab224ed8ee1ef3aa3094c0b648af2c73c707b277 (patch) | |
tree | d882b98730cbe31f02f6c4bda5685944faa8d948 /generic/tclCompile.h | |
parent | 68dfdc609ede987fc55db47adc64c8cd0f3204fa (diff) | |
download | tcl-ab224ed8ee1ef3aa3094c0b648af2c73c707b277.zip tcl-ab224ed8ee1ef3aa3094c0b648af2c73c707b277.tar.gz tcl-ab224ed8ee1ef3aa3094c0b648af2c73c707b277.tar.bz2 |
Minor grammar fix.
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r-- | generic/tclCompile.h | 6 |
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. */ |