Commit 5376bc5e authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

ntdll: Correct a comment referring to fd_cache_section.

parent ca27d5b4
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment