Minor comment updates ...
authorRichard Sharpe <sharpe@samba.org>
Wed, 5 Nov 2003 19:16:56 +0000 (19:16 +0000)
committerRichard Sharpe <sharpe@samba.org>
Wed, 5 Nov 2003 19:16:56 +0000 (19:16 +0000)
(This used to be commit d7a0c6da0baf41faf0eb0b71f3576d3c3fbf7c62)

source3/locking/locking.c

index c3abd6381825b84e3213b87d5fe085a8eb18455d..d645a2fffb384c831755586c72b25f1e30369d74 100644 (file)
@@ -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)