summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclCompile.c')
-rw-r--r--generic/tclCompile.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c
index db5a5fd..edf1ca7 100644
--- a/generic/tclCompile.c
+++ b/generic/tclCompile.c
@@ -2493,7 +2493,7 @@ TclCompileTokens(
* commands. See the branch below for TCL_TOKEN_COMMAND, where the
* adjustment being tracked here is taken into account. The good
* thing is a table of everything is not needed, just the number of
- * lines to to add as correction.
+ * lines to add as correction.
*/
if ((length == 1) && (buffer[0] == ' ') &&
@@ -2688,8 +2688,7 @@ void
TclCompileExprWords(
Tcl_Interp *interp, /* Used for error and status reporting. */
Tcl_Token *tokenPtr, /* Points to first in an array of word tokens
- * tokens for the expression to compile
- * inline. */
+ * for the expression to compile inline. */
size_t numWords1, /* Number of word tokens starting at tokenPtr.
* Must be at least 1. Each word token
* contains one or more subtokens. */