From dca325f4f2d133c49be8494b5d07272fcd29ca8c Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Tue, 22 Jul 2003 14:43:05 +0000 Subject: [PATCH] Fix comment (This used to be commit 04f1577a39b926317911f59714de5c5ca87f02bd) --- source3/include/charset.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source3/include/charset.h b/source3/include/charset.h index c56984ca7b2..f999a9cf720 100644 --- a/source3/include/charset.h +++ b/source3/include/charset.h @@ -24,9 +24,9 @@ typedef enum {CH_UCS2=0, CH_UNIX=1, CH_DISPLAY=2, CH_DOS=3, CH_UTF8=4} charset_t #define NUM_CHARSETS 5 -/* - * for each charset we have a function that pulls from that charset to - * a ucs2 buffer, and a function that pushes to a ucs2 buffer +/* + * for each charset we have a function that pushes from that charset to a ucs2 + * buffer, and a function that pulls from ucs2 buffer to that charset. * */ struct charset_functions { -- 2.11.4.GIT