From 89481166bc4ced6054e5cbe66038ba9f1788e687 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 13 Feb 2005 10:58:52 +0000 Subject: [PATCH] A better comment. --- charset/charconv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5