summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsSZ.c
diff options
context:
space:
mode:
authorferrieux <ferrieux@users.sourceforge.net>2014-08-05 22:10:58 (GMT)
committerferrieux <ferrieux@users.sourceforge.net>2014-08-05 22:10:58 (GMT)
commitf56a79a4ead94c1a0bb1338f91eff356d141124c (patch)
treedadb7e37da767d7fa30757de3630f0e03f2401e2 /generic/tclCompCmdsSZ.c
parent504a1200f71158b91d5d939b25c21c5110985963 (diff)
downloadtcl-f56a79a4ead94c1a0bb1338f91eff356d141124c.zip
tcl-f56a79a4ead94c1a0bb1338f91eff356d141124c.tar.gz
tcl-f56a79a4ead94c1a0bb1338f91eff356d141124c.tar.bz2
Fix comment inaccuracy.
Diffstat (limited to 'generic/tclCompCmdsSZ.c')
-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;