diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-04-12 15:48:43 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-04-13 14:47:07 +1000 |
commit | 5cfb0bdfd845b761d66a25815307b2b58293bfb8 (patch) | |
tree | 01b2aef7ec4596ef6f0dc1e0ade47783f0663898 /source3/lib | |
parent | 43deb9745b3175d070ce5c62ec6104b31e567249 (diff) | |
download | samba-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/lib')
-rw-r--r-- | source3/lib/util_unistr.c | 2 |
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) |