From: Martin Mares Date: Sun, 13 Feb 2005 10:58:52 +0000 (+0000) Subject: A better comment. X-Git-Tag: holmes-import~829 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=89481166bc4ced6054e5cbe66038ba9f1788e687;p=libucw.git A better comment. --- diff --git a/charset/charconv.h b/charset/charconv.h index 172c3fa6..602b0478 100644 --- a/charset/charconv.h +++ b/charset/charconv.h @@ -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);