aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1998-07-09 03:47:06 +0000
committerRichard M. Stallman1998-07-09 03:47:06 +0000
commit262c8ceae77e12c6889d6b8ee9cba3864cb16ca1 (patch)
tree57d5108dc1d3bf9277fe537b5a5c07c37d6072d4 /src
parent56d25ff57f9920eb431ad8c4d489375e6823533d (diff)
downloademacs-262c8ceae77e12c6889d6b8ee9cba3864cb16ca1.tar.gz
emacs-262c8ceae77e12c6889d6b8ee9cba3864cb16ca1.zip
Comment change.
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
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)
772 XCONS (prev)->cdr = last_tail; 772 XCONS (prev)->cdr = last_tail;
773 773
774 if (maybe_combine_byte) 774 if (maybe_combine_byte)
775 /* Characater counter of the multibyte string VAL may be wrong 775 /* Character counter of the multibyte string VAL may be wrong
776 because of byte combining problem. We must re-calculate it. */ 776 because of byte combining problem. We must re-calculate it. */
777 XSTRING (val)->size = multibyte_chars_in_text (XSTRING (val)->data, 777 XSTRING (val)->size = multibyte_chars_in_text (XSTRING (val)->data,
778 XSTRING (val)->size_byte); 778 XSTRING (val)->size_byte);