summaryrefslogtreecommitdiff
path: root/lib/ldb
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-11-28 21:55:47 +0100
committerVolker Lendecke <vl@samba.org>2012-11-30 15:44:46 +0100
commit8f3f38ece4981d0047024019c6fc8dfde3fffed0 (patch)
treec21b950767de970ea527aaddf90941908c9f3035 /lib/ldb
parent06e1fca044718ed2d61ef9fe394845514dd5a652 (diff)
downloadsamba-8f3f38ece4981d0047024019c6fc8dfde3fffed0.tar.gz
samba-8f3f38ece4981d0047024019c6fc8dfde3fffed0.tar.bz2
samba-8f3f38ece4981d0047024019c6fc8dfde3fffed0.zip
ldb: fix a typo in the comment for ldb_req_is_untrusted()
Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Fri Nov 30 15:44:46 CET 2012 on sn-devel-104
Diffstat (limited to 'lib/ldb')
-rw-r--r--lib/ldb/common/ldb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb/common/ldb.c b/lib/ldb/common/ldb.c
index 49eccb919d..7a997f7824 100644
--- a/lib/ldb/common/ldb.c
+++ b/lib/ldb/common/ldb.c
@@ -1980,7 +1980,7 @@ uint32_t ldb_req_get_custom_flags(struct ldb_request *req)
/**
- return true is a request is untrusted
+ * return true if a request is untrusted
*/
bool ldb_req_is_untrusted(struct ldb_request *req)
{