From e2ec8e5e80fdf7f2819c7e6014b1f1f443e032a8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 13 Oct 2005 07:54:38 +0000 Subject: r10957: make a comment clearer (This used to be commit d379fb5f101155edd5f266ae9aaae4e7ac7bd76b) --- source4/lib/ldb/common/ldb_utf8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') 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) -- cgit