# HG changeset patch # User Eli Zaretskii # Date 971589340 0 # Node ID bcdb8c8a0fb21c4782d49e2cae1bc120729b07bd # Parent b5e119e4bfcb58f4625725ae349c786bd5d4c6e4 Fix wording in a comment. diff -r b5e119e4bfcb -r bcdb8c8a0fb2 src/syntax.c --- a/src/syntax.c Sun Oct 15 05:52:05 2000 +0000 +++ b/src/syntax.c Sun Oct 15 05:55:40 2000 +0000 @@ -1483,12 +1483,12 @@ { if (! SINGLE_BYTE_CHAR_P (c2)) { - /* Handle a range starting by a unibyte char and - ending by a multibyte char. Split - that into two ranges, the low one ending at - 0377, and the high one starting at the - smallest character in the charset of C2 and - ending at C2. */ + /* Handle a range starting with a unibyte char + and ending with a multibyte char. Split that + into two ranges, the low one ending at 0377, + and the high one starting at the smallest + character in the charset of C2 and ending at + C2. */ int charset = CHAR_CHARSET (c2); int c1 = MAKE_CHAR (charset, 0, 0);