From 8a6daa3cf9c011721cfca2ce1bcf543994dbd4b6 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Thu, 20 Oct 2011 22:29:43 +0200 Subject: ldb:common/ldb_modules.c - fix a typo in comment Reviewed-by: abartlet --- lib/ldb/common/ldb_modules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ldb/common') diff --git a/lib/ldb/common/ldb_modules.c b/lib/ldb/common/ldb_modules.c index 47ec434be0..8904d5a94a 100644 --- a/lib/ldb/common/ldb_modules.c +++ b/lib/ldb/common/ldb_modules.c @@ -723,7 +723,7 @@ int ldb_module_send_entry(struct ldb_request *req, * * params: * req: the original request passed to your module - * ref: referral string (must be a talloc pointeri, steal) + * ref: referral string (must be a talloc pointer, steal) */ int ldb_module_send_referral(struct ldb_request *req, -- cgit