dlls/kernel32: Fix grammar in a comment (version 2)

Hugh McMaster hugh.mcmaster at outlook.com
Sun May 24 08:55:29 CDT 2015


Changes: 'iff' kept as it is correct.

---
 dlls/kernel32/console.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/kernel32/console.c b/dlls/kernel32/console.c
index 6474729..7dd44a2 100644
--- a/dlls/kernel32/console.c
+++ b/dlls/kernel32/console.c
@@ -204,9 +204,9 @@ static BOOL put_console_into_raw_mode(int fd)
     return S_termios_raw;
 }
 
-/* put back the console in cooked mode iff we're the process which created the bare console
- * we don't test if this process has set the console in raw mode as it could be one of its
- * children who did it
+/* Put the console back into cooked mode iff we're the process that created the bare console.
+ * We don't test if this process put the console into raw mode as one of its children could
+ * have done it.
  */
 static BOOL restore_console_mode(HANDLE hin)
 {
-- 
1.9.1




More information about the wine-patches mailing list