ntdll: Correct a comment referring to fd_cache_section.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2020-07-06 10:58:13 -05:00 committed by Alexandre Julliard
parent ca27d5b4ec
commit 5376bc5ee4
1 changed files with 1 additions and 1 deletions

View File

@ -893,7 +893,7 @@ static inline unsigned int handle_to_index( HANDLE handle, unsigned int *entry )
/***********************************************************************
* add_fd_to_cache
*
* Caller must hold fd_cache_section.
* Caller must hold fd_cache_mutex.
*/
static BOOL add_fd_to_cache( HANDLE handle, int fd, enum server_fd_type type,
unsigned int access, unsigned int options )