From: Volker Lendecke Date: Sun, 7 Feb 2010 10:14:22 +0000 (+0100) Subject: s3: Fix some comments X-Git-Tag: samba-3.6.0pre1~5548 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff2d7d9b82a2c03cf193ed346198d396525063bc;p=thirdparty%2Fsamba.git s3: Fix some comments --- diff --git a/source3/registry/reg_backend_shares.c b/source3/registry/reg_backend_shares.c index 9582398cc3b..733f80f716b 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) *********************************************************************/