diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-10-12 18:14:51 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-10-12 18:14:51 (GMT) |
commit | 1d465c4012d7a83025402787ff824e934a840b3c (patch) | |
tree | c299962b18ca43166dca3b1e4f1c0deefcb13e39 /generic/tclCompExpr.c | |
parent | cc945fabb73c3733169f7441140a7b2f2c57572c (diff) | |
parent | 084fba1d17eed8d0e2cf704bb963f42c13ef0aed (diff) | |
download | tcl-1d465c4012d7a83025402787ff824e934a840b3c.zip tcl-1d465c4012d7a83025402787ff824e934a840b3c.tar.gz tcl-1d465c4012d7a83025402787ff824e934a840b3c.tar.bz2 |
TIP #502 implementation: Index value reform.
Diffstat (limited to 'generic/tclCompExpr.c')
-rw-r--r-- | generic/tclCompExpr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompExpr.c b/generic/tclCompExpr.c index b854b0f..f8835b9 100644 --- a/generic/tclCompExpr.c +++ b/generic/tclCompExpr.c @@ -1759,7 +1759,7 @@ ConvertTreeToTokens( /* * All the Tcl_Tokens allocated and filled belong to - * this subexpresion. The first token is the leading + * this subexpression. The first token is the leading * TCL_TOKEN_SUB_EXPR token, and all the rest (one fewer) * are its components. */ |