From e15f83b98b18a07377745709af13c683b0e2e81f Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Tue, 9 Feb 1999 14:14:51 +0000 Subject: [PATCH] Spelling fixes. --- documentation/console | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/console b/documentation/console index e17cfa25d9a..ee452960ea3 100644 --- a/documentation/console +++ b/documentation/console @@ -16,14 +16,14 @@ write function pointer, which then finally calls write. [this paragraph is now out of date] If the command line console is to be inheirited or -a process inherits it's parents console (-- can that happen???), +a process inherits its parent's console (-- can that happen???), the console is created at process init time via PROCESS_InheritConsole. The 0, 1, and 2 file descriptors are duped to be the STD_*_HANDLES in this case. Also in this case a flag is set to indicate that the console comes from the parent process or command line. -If a process doesn't have a console at all, it's +If a process doesn't have a console at all, its pdb->console is set to NULL. This helps indicate when it is possible to create a new console (via AllocConsole).