Zebediah Figura : ntdll: Correct a comment referring to fd_cache_section.

Alexandre Julliard julliard at winehq.org
Mon Jul 6 16:20:46 CDT 2020


Module: wine
Branch: master
Commit: 5376bc5ee48f4ec3485dd404b32bd2530c24d3f7
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=5376bc5ee48f4ec3485dd404b32bd2530c24d3f7

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Mon Jul  6 10:58:13 2020 -0500

ntdll: Correct a comment referring to fd_cache_section.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/unix/server.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ntdll/unix/server.c b/dlls/ntdll/unix/server.c
index d3145a84e2..813c926cf4 100644
--- a/dlls/ntdll/unix/server.c
+++ b/dlls/ntdll/unix/server.c
@@ -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 )




More information about the wine-cvs mailing list