server: Remove a no longer relevant "see below" from a comment.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2021-03-18 00:41:27 -05:00 committed by Alexandre Julliard
parent 9922b5210b
commit 4c0a69f586
1 changed files with 1 additions and 1 deletions

View File

@ -1114,7 +1114,7 @@ typedef struct
obj_handle_t dst_process; /* dst process handle */
unsigned int access; /* wanted access rights */
unsigned int attributes; /* object attributes */
unsigned int options; /* duplicate options (see below) */
unsigned int options; /* duplicate options */
@REPLY
obj_handle_t handle; /* duplicated handle in dst process */
int self; /* is the source the current process? */