summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-10-13 07:54:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:39:48 -0500
commite2ec8e5e80fdf7f2819c7e6014b1f1f443e032a8 (patch)
treee7b10fd24e8914a5eed0a3c270d98890573ec425 /source4/lib
parent52cc7a55018c0a8243e4b7e35206bd9d3616abd8 (diff)
downloadsamba-e2ec8e5e80fdf7f2819c7e6014b1f1f443e032a8.tar.gz
samba-e2ec8e5e80fdf7f2819c7e6014b1f1f443e032a8.tar.bz2
samba-e2ec8e5e80fdf7f2819c7e6014b1f1f443e032a8.zip
r10957: make a comment clearer
(This used to be commit d379fb5f101155edd5f266ae9aaae4e7ac7bd76b)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/ldb/common/ldb_utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/common/ldb_utf8.c b/source4/lib/ldb/common/ldb_utf8.c
index 69faeb46d3..61334bce09 100644
--- a/source4/lib/ldb/common/ldb_utf8.c
+++ b/source4/lib/ldb/common/ldb_utf8.c
@@ -73,7 +73,7 @@ int ldb_caseless_cmp(const char *s1, const char *s2)
}
/*
- compare two attributes
+ compare two attribute names
return 0 for match
*/
int ldb_attr_cmp(const char *attr1, const char *attr2)