port latest changes from SAMBA_3_0 tree
[ira/wip.git] / 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 {