summaryrefslogtreecommitdiff
path: root/source3/include/charset.h
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
commitdca325f4f2d133c49be8494b5d07272fcd29ca8c (patch)
treeed0bbf4d3be7a70b16bfdb59ceebdf89c0cb482f /source3/include/charset.h
parent95fb5f95e506678d25df4a86de11ae1b4e56ebb5 (diff)
downloadsamba-dca325f4f2d133c49be8494b5d07272fcd29ca8c.tar.gz
samba-dca325f4f2d133c49be8494b5d07272fcd29ca8c.tar.bz2
samba-dca325f4f2d133c49be8494b5d07272fcd29ca8c.zip
Fix comment
(This used to be commit 04f1577a39b926317911f59714de5c5ca87f02bd)
Diffstat (limited to 'source3/include/charset.h')
-rw-r--r--source3/include/charset.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/include/charset.h b/source3/include/charset.h
index c56984ca7b..f999a9cf72 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 {