diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c index e34d06748e6..779c4af9d43 100644 --- a/src/fns.c +++ b/src/fns.c @@ -772,7 +772,7 @@ concat (nargs, args, target_type, last_special) XCONS (prev)->cdr = last_tail; if (maybe_combine_byte) - /* Characater counter of the multibyte string VAL may be wrong + /* Character counter of the multibyte string VAL may be wrong because of byte combining problem. We must re-calculate it. */ XSTRING (val)->size = multibyte_chars_in_text (XSTRING (val)->data, XSTRING (val)->size_byte); |
