From 1be6387dbd866b33f74edd9389861797dad02c92 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 3 Sep 1999 01:28:42 +0000 Subject: [PATCH] Type in comment fixed. --- src/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buffer.c b/src/buffer.c index 20accd77a2..5d2db83521 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -1748,7 +1748,7 @@ advance_to_char_boundary (byte_pos) 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); -- 2.20.1