diff options
-rw-r--r-- | source3/locking/share_mode_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/locking/share_mode_lock.c b/source3/locking/share_mode_lock.c index 171c72fd67..a82c44e792 100644 --- a/source3/locking/share_mode_lock.c +++ b/source3/locking/share_mode_lock.c @@ -346,7 +346,7 @@ static int the_lock_destructor(struct share_mode_lock *l) } /******************************************************************* - Get a share_mode_lock, Reference counted to allow nexted calls. + Get a share_mode_lock, Reference counted to allow nested calls. ********************************************************************/ struct share_mode_lock *get_share_mode_lock( |