diff --git a/reactos/ntoskrnl/ob/obhandle.c b/reactos/ntoskrnl/ob/obhandle.c index f53ba783dc7..58e7ba3cd71 100644 --- a/reactos/ntoskrnl/ob/obhandle.c +++ b/reactos/ntoskrnl/ob/obhandle.c @@ -2066,15 +2066,17 @@ ObClearProcessHandleTable(IN PEPROCESS Process) /*++ * @name ObInitProcess * -* The ObInitProcess routine +* The ObInitProcess routine initializes the handle table for the process +* to be initialized, by either creating a new one or duplicating it from +* the parent process. * * @param Parent -* . +* A parent process (optional). * * @param Process -* . +* The process to initialize. * -* @return . +* @return Success or failure. * * @remarks None. *