diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-11-14 22:00:24 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-11-14 22:00:24 +0100 |
commit | 0b381c7eb83c635f39159168a48c869d632d8081 (patch) | |
tree | 32ad79519ce958dc2dbcdcd357d37d652314edb1 /src/charset.h | |
parent | 8350f087efe62e2ce0ded434534629a56cdc4e8c (diff) | |
download | emacs-0b381c7eb83c635f39159168a48c869d632d8081.tar.gz |
Fix typos.
Diffstat (limited to 'src/charset.h')
-rw-r--r-- | src/charset.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/charset.h b/src/charset.h index be02bc0feae..fc35d6bb991 100644 --- a/src/charset.h +++ b/src/charset.h @@ -153,7 +153,7 @@ struct charset /* Dimension of the charset: 1, 2, 3, or 4. */ int dimension; - /* Byte code range of each dimension. <code_space>[4N] is a mininum + /* Byte code range of each dimension. <code_space>[4N] is a minimum byte code of the (N+1)th dimension, <code_space>[4N+1] is a maximum byte code of the (N+1)th dimension, <code_space>[4N+2] is (<code_space>[4N+1] - <code_space>[4N] + 1), <code_space>[4N+3] @@ -199,14 +199,14 @@ struct charset /* The method for encoding/decoding characters of the charset. */ enum charset_method method; - /* Mininum and Maximum code points of the charset. */ + /* Minimum and Maximum code points of the charset. */ unsigned min_code, max_code; /* Offset value used by macros CODE_POINT_TO_INDEX and INDEX_TO_CODE_POINT. . */ unsigned char_index_offset; - /* Mininum and Maximum character codes of the charset. If the + /* Minimum and Maximum character codes of the charset. If the charset is compatible with ASCII, min_char is a minimum non-ASCII character of the charset. If the method of charset is CHARSET_METHOD_OFFSET, even if the charset is unified, min_char |