Fix comment
authorAlexander Bokovoy <ab@samba.org>
Tue, 22 Jul 2003 14:43:05 +0000 (14:43 +0000)
committerAlexander Bokovoy <ab@samba.org>
Tue, 22 Jul 2003 14:43:05 +0000 (14:43 +0000)
(This used to be commit 04f1577a39b926317911f59714de5c5ca87f02bd)

source3/include/charset.h

index c56984ca7b2d209dd667255fa00fab5aa7f64420..f999a9cf7205c4cd9ff1fbc6142a7e8605df4469 100644 (file)
@@ -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 {