diff options
author | Volker Lendecke <vl@samba.org> | 2014-05-23 15:19:05 +0200 |
---|---|---|
committer | Martin Schwenke <martins@samba.org> | 2014-05-27 02:15:10 +0200 |
commit | e3ca29f3a17bc4ea5e1996a1178558da6b9ab593 (patch) | |
tree | 4113afe2c04e54e46a91ac94bb203b45f0a1b515 /source3/smbd | |
parent | 5e892fb674c13e5a3b35b310557d1e2a43bd5bb5 (diff) | |
download | samba-e3ca29f3a17bc4ea5e1996a1178558da6b9ab593.tar.gz samba-e3ca29f3a17bc4ea5e1996a1178558da6b9ab593.tar.xz samba-e3ca29f3a17bc4ea5e1996a1178558da6b9ab593.zip |
smbd: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/open.c b/source3/smbd/open.c index a8c6d24a6f..237e90cfd3 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -1153,7 +1153,7 @@ static bool has_delete_on_close(struct share_mode_lock *lck, /**************************************************************************** Deal with share modes - Invarient: Share mode must be locked on entry and exit. + Invariant: Share mode must be locked on entry and exit. Returns -1 on error, or number of share modes on success (may be zero). ****************************************************************************/ |