From 8f3f38ece4981d0047024019c6fc8dfde3fffed0 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 28 Nov 2012 21:55:47 +0100 Subject: [PATCH] ldb: fix a typo in the comment for ldb_req_is_untrusted() Signed-off-by: Michael Adam Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Fri Nov 30 15:44:46 CET 2012 on sn-devel-104 --- lib/ldb/common/ldb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ldb/common/ldb.c b/lib/ldb/common/ldb.c index 49eccb919de..7a997f78243 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) { -- 2.11.4.GIT