summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-12 15:48:43 +1000
committerAndrew Tridgell <tridge@samba.org>2011-04-13 14:47:07 +1000
commit5cfb0bdfd845b761d66a25815307b2b58293bfb8 (patch)
tree01b2aef7ec4596ef6f0dc1e0ade47783f0663898 /source3
parent43deb9745b3175d070ce5c62ec6104b31e567249 (diff)
downloadsamba-5cfb0bdfd845b761d66a25815307b2b58293bfb8.tar.gz
samba-5cfb0bdfd845b761d66a25815307b2b58293bfb8.tar.bz2
samba-5cfb0bdfd845b761d66a25815307b2b58293bfb8.zip
s3-lib Correct comment in strlen_w()
Signed-off-by: Andrew Tridgell <tridge@samba.org>
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)