summaryrefslogtreecommitdiff
path: root/source/include/libsmbclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/libsmbclient.h')
-rw-r--r--source/include/libsmbclient.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/include/libsmbclient.h b/source/include/libsmbclient.h
index 3269d6f0bf7..2d7d96c2dd0 100644
--- a/source/include/libsmbclient.h
+++ b/source/include/libsmbclient.h
@@ -105,15 +105,15 @@ struct smbc_dirent
/** Length of this smbc_dirent in bytes
*/
unsigned int dirlen;
- /** The length of the comment string in bytes (includes null
- * terminator)
+ /** The length of the comment string in bytes (does not include
+ * null terminator)
*/
unsigned int commentlen;
/** Points to the null terminated comment string
*/
char *comment;
- /** The length of the name string in bytes (includes null
- * terminator)
+ /** The length of the name string in bytes (does not include
+ * null terminator)
*/
unsigned int namelen;
/** Points to the null terminated name string