diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-12-30 08:12:52 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-12-30 08:12:52 (GMT) |
| commit | f7157671ce93dc1c2a80987e4ebc037cac1b9513 (patch) | |
| tree | 7850bbebf0355f0ffb29dffd6db95321db6db89d | |
| parent | b004b2124274a4368f9f89445c7ba9cbc58076b2 (diff) | |
| download | tcl-f7157671ce93dc1c2a80987e4ebc037cac1b9513.zip tcl-f7157671ce93dc1c2a80987e4ebc037cac1b9513.tar.gz tcl-f7157671ce93dc1c2a80987e4ebc037cac1b9513.tar.bz2 | |
corrected comment
| -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) { |
