Commit 9035e58e authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

server: Fix a typo in comment.

parent 805092f8
...@@ -486,7 +486,7 @@ int free_console( struct process *process ) ...@@ -486,7 +486,7 @@ int free_console( struct process *process )
/* let process inherit the console from parent... this handle two cases : /* let process inherit the console from parent... this handle two cases :
* 1/ generic console inheritance * 1/ generic console inheritance
* 2/ parent is a renderer which launches process, and process should attach to the console * 2/ parent is a renderer which launches process, and process should attach to the console
* renderered by parent * rendered by parent
*/ */
void inherit_console(struct thread *parent_thread, struct process *process, obj_handle_t hconin) void inherit_console(struct thread *parent_thread, struct process *process, obj_handle_t hconin)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment