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 | 6b5eaa39012660c8f02bd6f4375089298006e987 (patch) | |
tree | 7850bbebf0355f0ffb29dffd6db95321db6db89d | |
parent | baee0eaba1888de8367491cb10aad0bca2a0c09a (diff) | |
download | tcl-6b5eaa39012660c8f02bd6f4375089298006e987.zip tcl-6b5eaa39012660c8f02bd6f4375089298006e987.tar.gz tcl-6b5eaa39012660c8f02bd6f4375089298006e987.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) { |