server: Fix a typo in comment.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Andrey Gusev 2016-06-03 00:00:13 +03:00 committed by Alexandre Julliard
parent 805092f8f6
commit 9035e58e67
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ int free_console( struct process *process )
/* let process inherit the console from parent... this handle two cases :
* 1/ generic console inheritance
* 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)
{