1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Minor comment updates ...

(This used to be commit d7a0c6da0b)
This commit is contained in:
Richard Sharpe 2003-11-05 19:16:56 +00:00
parent f59bd26894
commit 7d517167f0

View 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)