diff options
author | ferrieux <ferrieux@users.sourceforge.net> | 2014-08-05 22:10:58 (GMT) |
---|---|---|
committer | ferrieux <ferrieux@users.sourceforge.net> | 2014-08-05 22:10:58 (GMT) |
commit | f56a79a4ead94c1a0bb1338f91eff356d141124c (patch) | |
tree | dadb7e37da767d7fa30757de3630f0e03f2401e2 /generic | |
parent | 504a1200f71158b91d5d939b25c21c5110985963 (diff) | |
download | tcl-f56a79a4ead94c1a0bb1338f91eff356d141124c.zip tcl-f56a79a4ead94c1a0bb1338f91eff356d141124c.tar.gz tcl-f56a79a4ead94c1a0bb1338f91eff356d141124c.tar.bz2 |
Fix comment inaccuracy.
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclCompCmdsSZ.c | 2 |
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; |