From d0df12f3ea6d3ad9bc83d9628ab68da9b4cc44d4 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 29 Aug 2012 17:19:04 +0200 Subject: s3: Fix a typo Signed-off-by: Jeremy Allison --- source3/locking/share_mode_lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/locking') 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( -- cgit