summaryrefslogtreecommitdiffstats
path: root/source3/smbd
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-05-23 15:19:05 +0200
committerMartin Schwenke <martins@samba.org>2014-05-27 02:15:10 +0200
commite3ca29f3a17bc4ea5e1996a1178558da6b9ab593 (patch)
tree4113afe2c04e54e46a91ac94bb203b45f0a1b515 /source3/smbd
parent5e892fb674c13e5a3b35b310557d1e2a43bd5bb5 (diff)
downloadsamba-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/open.c b/source3/smbd/open.c
index a8c6d24a6fa..237e90cfd3e 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).
****************************************************************************/