1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

smbd: Fix a typo

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
Volker Lendecke 2014-05-23 15:19:05 +02:00 committed by Martin Schwenke
parent 5e892fb674
commit e3ca29f3a1

View File

@ -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).
****************************************************************************/