diff options
author | Alexander Bokovoy <ab@samba.org> | 2003-07-22 14:43:05 +0000 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2003-07-22 14:43:05 +0000 |
commit | dca325f4f2d133c49be8494b5d07272fcd29ca8c (patch) | |
tree | ed0bbf4d3be7a70b16bfdb59ceebdf89c0cb482f /source3/include/charset.h | |
parent | 95fb5f95e506678d25df4a86de11ae1b4e56ebb5 (diff) | |
download | samba-dca325f4f2d133c49be8494b5d07272fcd29ca8c.tar.gz |
Fix comment
(This used to be commit 04f1577a39b926317911f59714de5c5ca87f02bd)
Diffstat (limited to 'source3/include/charset.h')
-rw-r--r-- | source3/include/charset.h | 6 |
1 files 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 { |