diff options
author | Volker Lendecke <vl@samba.org> | 2012-08-29 17:19:04 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-09-04 15:15:00 -0700 |
commit | d0df12f3ea6d3ad9bc83d9628ab68da9b4cc44d4 (patch) | |
tree | a308bf0f631ab78e8e2071911499211f60ec50fc /source3 | |
parent | 63279e374a26e4b855b5089b8d616f199609d8fe (diff) | |
download | samba-d0df12f3ea6d3ad9bc83d9628ab68da9b4cc44d4.tar.gz samba-d0df12f3ea6d3ad9bc83d9628ab68da9b4cc44d4.tar.bz2 samba-d0df12f3ea6d3ad9bc83d9628ab68da9b4cc44d4.zip |
s3: Fix a typo
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3')
-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( |