diff src/fns.c @ 22721:d023df160219

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 09 Jul 1998 03:47:06 +0000
parents ed021e36c5f9
children 62d2fb895f5f
line wrap: on
line diff
--- a/src/fns.c	Thu Jul 09 02:02:33 1998 +0000
+++ b/src/fns.c	Thu Jul 09 03:47:06 1998 +0000
@@ -772,7 +772,7 @@
     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);