summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/util_unistr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/util_unistr.c b/source3/lib/util_unistr.c
index 7beb65c863..95029ec808 100644
--- a/source3/lib/util_unistr.c
+++ b/source3/lib/util_unistr.c
@@ -144,7 +144,7 @@ bool isvalid83_w(smb_ucs2_t c)
}
/*******************************************************************
- Count the number of characters in a smb_ucs2_t string.
+ Count the number of two-byte pairs in a UTF16 string.
********************************************************************/
size_t strlen_w(const smb_ucs2_t *src)