summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2003-07-22 14:43:05 +0000
committerAlexander Bokovoy <ab@samba.org>2003-07-22 14:43:05 +0000
commit04f1577a39b926317911f59714de5c5ca87f02bd (patch)
treee6601e4cdd5276b816cad1982ed67e992901488c
parente42cc1e920601883cd404e9b2292ca58554ccf63 (diff)
downloadsamba-04f1577a39b926317911f59714de5c5ca87f02bd.tar.gz
samba-04f1577a39b926317911f59714de5c5ca87f02bd.tar.xz
samba-04f1577a39b926317911f59714de5c5ca87f02bd.zip
Fix comment
-rw-r--r--source/include/charset.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/include/charset.h b/source/include/charset.h
index c56984ca7b2..f999a9cf720 100644
--- a/source/include/charset.h
+++ b/source/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 {