diff src/buffer.c @ 25508:b65b5bdae65a

Type in comment fixed.
author Kenichi Handa <handa@m17n.org>
date Fri, 03 Sep 1999 01:28:42 +0000
parents 0359edc6e428
children e98819a94512
line wrap: on
line diff
--- a/src/buffer.c	Fri Sep 03 01:28:42 1999 +0000
+++ b/src/buffer.c	Fri Sep 03 01:28:42 1999 +0000
@@ -1748,7 +1748,7 @@
   c = FETCH_BYTE (byte_pos);
   if (! CHAR_HEAD_P (c))
     {
-      /* We should advance BYTE_POS only when C is a constituen of a
+      /* We should advance BYTE_POS only when C is a constituent of a
          multibyte sequence.  */
       DEC_POS (byte_pos);
       INC_POS (byte_pos);