# HG changeset patch # User Juanma Barranquero # Date 1211539538 0 # Node ID 34d4840c6fd2b905162f54fb45a153af24633ded # Parent efc37993bbe5a6c01396efaa3d321075f126668d Fix typos. diff -r efc37993bbe5 -r 34d4840c6fd2 src/charset.h --- a/src/charset.h Fri May 23 10:38:50 2008 +0000 +++ b/src/charset.h Fri May 23 10:45:38 2008 +0000 @@ -100,9 +100,9 @@ (CHARSET-ID . OFFSET) - CHARSET-IDs are ID numbers of parent charsets. OFFSET is an - integer value to add to a code point of the parent charset to - get the corresponding code point of this charset. */ + CHARSET-IDs are ID numbers of parent charsets. OFFSET is an + integer value to add to a code point of the parent charset to + get the corresponding code point of this charset. */ charset_superset, /* The value is a mapping vector or a file name that contains the @@ -373,7 +373,7 @@ } while (0) -/* Lookup Vcharset_order_list and return the first charset that +/* Lookup Vcharset_ordered_list and return the first charset that contains the character C. */ #define CHAR_CHARSET(c) \ ((c) < 0x80 ? CHARSET_FROM_ID (charset_ascii) \