diff options
author | Volker Lendecke <vl@samba.org> | 2010-02-07 11:14:22 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-02-07 12:29:25 +0100 |
commit | ff2d7d9b82a2c03cf193ed346198d396525063bc (patch) | |
tree | 55b18f2989a04cf8358b3766045266ef49634a95 /source3 | |
parent | 5552b44960c5bb95f6478b41b42d7537d03cd8fd (diff) | |
download | samba-ff2d7d9b82a2c03cf193ed346198d396525063bc.tar.gz samba-ff2d7d9b82a2c03cf193ed346198d396525063bc.tar.bz2 samba-ff2d7d9b82a2c03cf193ed346198d396525063bc.zip |
s3: Fix some comments
Diffstat (limited to 'source3')
-rw-r--r-- | source3/registry/reg_backend_shares.c | 4 |
1 files 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) *********************************************************************/ |