From 5cfb0bdfd845b761d66a25815307b2b58293bfb8 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 12 Apr 2011 15:48:43 +1000 Subject: s3-lib Correct comment in strlen_w() Signed-off-by: Andrew Tridgell --- source3/lib/util_unistr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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) -- cgit