]> mj.ucw.cz Git - libucw.git/commitdiff
A better comment.
authorMartin Mares <mj@ucw.cz>
Sun, 13 Feb 2005 10:58:52 +0000 (10:58 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 13 Feb 2005 10:58:52 +0000 (10:58 +0000)
charset/charconv.h

index 172c3fa6f191f221740a50b7e68e8c19120dd135..602b0478272ca27cc4e5f81a6ea08b74ca52a80d 100644 (file)
@@ -63,7 +63,7 @@ enum charset_id {
        CONV_NUM_CHARSETS
 };
 
-/* Conversion of a single character between current charset to Unicode */
+/* Conversion of a single character between current charset and Unicode */
 int conv_in_to_ucs(struct conv_context *c, unsigned int y);
 int conv_ucs_to_out(struct conv_context *c, unsigned int ucs);