From 408a3aa3085e783523ed80bb328a3c65159900ab Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Thu, 24 Jun 2010 16:06:11 +0200 Subject: s4:lib/registry/ldb.c - cosmetic - fix comment --- source4/lib/registry/ldb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/registry/ldb.c') diff --git a/source4/lib/registry/ldb.c b/source4/lib/registry/ldb.c index dfe7cbe52b..01d82e24e7 100644 --- a/source4/lib/registry/ldb.c +++ b/source4/lib/registry/ldb.c @@ -440,7 +440,7 @@ static WERROR ldb_get_value_by_id(TALLOC_CTX *mem_ctx, struct hive_key *k, { struct ldb_key_data *kd = talloc_get_type(k, struct ldb_key_data); - /* if default value exists, give it back */ + /* if the default value exists, give it back */ if (W_ERROR_IS_OK(ldb_get_default_value(mem_ctx, k, name, data_type, data))) { if (idx == 0) -- cgit