summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorferrieux <ferrieux@noemail.net>2014-08-05 22:10:58 (GMT)
committerferrieux <ferrieux@noemail.net>2014-08-05 22:10:58 (GMT)
commit51b21ddb60f5b24ea64259b6822afbbf3d89c557 (patch)
tree9b95eeba0ccb8442f9d6ac1962ad23efbaad0f8f /generic
parenta603acd7f65d2265662a40f52cee836d76dc7085 (diff)
downloadtcl-51b21ddb60f5b24ea64259b6822afbbf3d89c557.zip
tcl-51b21ddb60f5b24ea64259b6822afbbf3d89c557.tar.gz
tcl-51b21ddb60f5b24ea64259b6822afbbf3d89c557.tar.bz2
Fix comment inaccuracy.
FossilOrigin-Name: 7dad8a3e54d12669f17c2ee5341a6b12d7992665
Diffstat (limited to 'generic')
-rw-r--r--generic/tclCompCmdsSZ.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompCmdsSZ.c b/generic/tclCompCmdsSZ.c
index fb26430..f2e5dd2 100644
--- a/generic/tclCompCmdsSZ.c
+++ b/generic/tclCompCmdsSZ.c
@@ -289,7 +289,7 @@ TclCompileStringCatCmd(
return TCL_OK;
}
- /* General case: issue CONCAT1's (by chunks of 255 if needed), folding
+ /* General case: issue CONCAT1's (by chunks of 254 if needed), folding
contiguous constants along the way */
numArgs = 0;