changeset 88839:0a02d452fece

Comments.
author Dave Love <fx@gnu.org>
date Sat, 06 Jul 2002 16:47:15 +0000
parents 7f6de538d995
children a442639ed7a0
files src/charset.h
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/charset.h	Fri Jul 05 22:18:13 2002 +0000
+++ b/src/charset.h	Sat Jul 06 16:47:15 2002 +0000
@@ -103,9 +103,9 @@
       get the corresponding code point of this charset.  */
     charset_superset,
 
-    /* The value is a mapping vector or a file name that contains
-       mapping vector.  This provide how characters in the charset
-       should be unified with Unicode.  The value of the member
+    /* The value is a mapping vector or a file name that contains the
+       mapping.  This defines how characters in the charset should be
+       unified with Unicode.  The value of the member
        `charset_deunifier' is created from this information.  */
     charset_unify_map,
 
@@ -114,7 +114,7 @@
        the corresponding Unicode character.  */
     charset_deunifier,
 
-    /* The length of charset attribute vector.  */
+    /* The length of the charset attribute vector.  */
     charset_attr_max
   };
 
@@ -137,10 +137,10 @@
        CHARSET_METHOD_MAP.  */
     CHARSET_METHOD_MAP_DEFERRED,
 
-    /* A charset of this method is a subset of the other charset.  */
+    /* A charset of this method is a subset of another charset.  */
     CHARSET_METHOD_SUBSET,
 
-    /* A charset of this method is a superset of the other charsets.  */
+    /* A charset of this method is a superset of other charsets.  */
     CHARSET_METHOD_SUPERSET
   };
 
@@ -226,7 +226,7 @@
      (0x10000..0x3FFFFF).  Each bit corresponds to 4096-character
      block.
 
-     If a bit is 1, at least one character in the corresponds block is
+     If a bit is 1, at least one character in the corresponding block is
      in this charset.  */
   unsigned char fast_map[190];