From 7d517167f0f3eeff31bc92066cf012c51f81c684 Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Wed, 5 Nov 2003 19:16:56 +0000 Subject: Minor comment updates ... (This used to be commit d7a0c6da0baf41faf0eb0b71f3576d3c3fbf7c62) --- source3/locking/locking.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/locking/locking.c b/source3/locking/locking.c index c3abd63818..d645a2fffb 100644 --- a/source3/locking/locking.c +++ b/source3/locking/locking.c @@ -361,7 +361,7 @@ void unlock_share_entry(connection_struct *conn, } /******************************************************************* - Lock a hash bucket entry. use a fsp for convenience + Lock a hash bucket entry. Use an fsp for convenience. ******************************************************************/ BOOL lock_share_entry_fsp(files_struct *fsp) @@ -370,7 +370,7 @@ BOOL lock_share_entry_fsp(files_struct *fsp) } /******************************************************************* - Unlock a hash bucket entry. + Unlock a hash bucket entry. Use an fsp for convenience. ******************************************************************/ void unlock_share_entry_fsp(files_struct *fsp) -- cgit