From ff2d7d9b82a2c03cf193ed346198d396525063bc Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 7 Feb 2010 11:14:22 +0100 Subject: s3: Fix some comments --- source3/registry/reg_backend_shares.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/registry/reg_backend_shares.c b/source3/registry/reg_backend_shares.c index 9582398cc3..733f80f716 100644 --- a/source3/registry/reg_backend_shares.c +++ b/source3/registry/reg_backend_shares.c @@ -129,7 +129,7 @@ static int shares_value_info(const char *key, struct regval_ctr *val) /********************************************************************** Stub function which always returns failure since we don't want - people storing printing information directly via regostry calls + people storing share information directly via registry calls (for now at least) *********************************************************************/ @@ -140,7 +140,7 @@ static bool shares_store_subkey( const char *key, struct regsubkey_ctr *subkeys /********************************************************************** Stub function which always returns failure since we don't want - people storing printing information directly via regostry calls + people storing share information directly via registry calls (for now at least) *********************************************************************/ -- cgit