diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-10-19 13:52:58 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-10-19 13:52:58 (GMT) |
commit | ec590efe63eabdd8f4a8768f8cadab88ba95033e (patch) | |
tree | ab6108d7447fa27e78e08bded7ce10e647d82220 /generic/tclCompCmdsGR.c | |
parent | 602a687e5116fe133efb686f83f92cb108429306 (diff) | |
download | tcl-ec590efe63eabdd8f4a8768f8cadab88ba95033e.zip tcl-ec590efe63eabdd8f4a8768f8cadab88ba95033e.tar.gz tcl-ec590efe63eabdd8f4a8768f8cadab88ba95033e.tar.bz2 |
typo in comment. Eliminate unnecessary end-of-line spacing.
Diffstat (limited to 'generic/tclCompCmdsGR.c')
-rw-r--r-- | generic/tclCompCmdsGR.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompCmdsGR.c b/generic/tclCompCmdsGR.c index ec9d054..e674fb0 100644 --- a/generic/tclCompCmdsGR.c +++ b/generic/tclCompCmdsGR.c @@ -144,7 +144,7 @@ TclCompileGlobalCmd( return TCL_ERROR; } - /* TODO: Consider what value can pass throug the + /* TODO: Consider what value can pass throug the * IndexTailVarIfKnown() screen. Full CompileWord() * likely does not apply here. Push known value instead. */ CompileWord(envPtr, varTokenPtr, interp, i); @@ -2890,7 +2890,7 @@ TclCompileVariableCmd( return TCL_ERROR; } - /* TODO: Consider what value can pass throug the + /* TODO: Consider what value can pass throug the * IndexTailVarIfKnown() screen. Full CompileWord() * likely does not apply here. Push known value instead. */ CompileWord(envPtr, varTokenPtr, interp, i); |