From: Ruslan Garipov ruslanngaripov@gmail.com
No functional changes intended.
Signed-off-by: Ruslan Garipov ruslanngaripov@gmail.com --- 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 438c16518bd..0d5e4a4b61c 100644 --- a/dlls/ntdll/unix/server.c +++ b/dlls/ntdll/unix/server.c @@ -1079,7 +1079,7 @@ static int remove_fd_from_cache( HANDLE handle ) /*********************************************************************** * server_get_unix_fd * - * The returned unix_fd should be closed iff needs_close is non-zero. + * The returned unix_fd should be closed if needs_close is non-zero. */ int server_get_unix_fd( HANDLE handle, unsigned int wanted_access, int *unix_fd, int *needs_close, enum server_fd_type *type, unsigned int *options )