diff --git a/server/protocol.def b/server/protocol.def index 03161c830c0..2bfdcca6de1 100644 --- a/server/protocol.def +++ b/server/protocol.def @@ -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? */