diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2013-12-30 08:12:52 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2013-12-30 08:12:52 (GMT) |
| commit | 0fc7cb487af0e3c52c7f4c224fe08c44ac35e2a5 (patch) | |
| tree | 7850bbebf0355f0ffb29dffd6db95321db6db89d /generic/tclCompCmdsSZ.c | |
| parent | b36c65d7bf307a3c60c3862d683d4b7aff4de79b (diff) | |
| download | tcl-0fc7cb487af0e3c52c7f4c224fe08c44ac35e2a5.zip tcl-0fc7cb487af0e3c52c7f4c224fe08c44ac35e2a5.tar.gz tcl-0fc7cb487af0e3c52c7f4c224fe08c44ac35e2a5.tar.bz2 | |
corrected comment
Diffstat (limited to 'generic/tclCompCmdsSZ.c')
| -rw-r--r-- | generic/tclCompCmdsSZ.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompCmdsSZ.c b/generic/tclCompCmdsSZ.c index 649a76a..c4af5ce 100644 --- a/generic/tclCompCmdsSZ.c +++ b/generic/tclCompCmdsSZ.c @@ -700,8 +700,8 @@ TclCompileStringReplaceCmd( /* * We handle these replacements specially: first character (where - * idx1=idx2=0) and suffixes (where idx1=idx2=INDEX_END). Anything else - * and the semantics get rather screwy. + * idx1=idx2=0) and last character (where idx1=idx2=INDEX_END). Anything + * else and the semantics get rather screwy. */ if (idx1 == 0 && idx2 == 0) { |
