From b216dd41d76710127af110df09f87b48a3a5518a Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Fri, 7 Aug 2009 10:56:38 +0200 Subject: [PATCH] Fix up a whitespace in comments in src/console.c Signed-off-by: Chris Lalancette --- src/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/console.c b/src/console.c index badb62c0d3..4a1a80b722 100644 --- a/src/console.c +++ b/src/console.c @@ -78,7 +78,7 @@ int vshRunConsole(const char *tty) { return -1; } - /* Put STDIN into raw mode so that stuff typed + /* Put STDIN into raw mode so that stuff typed does not echo to the screen (the TTY reads will result in it being echoed back already), and also ensure Ctrl-C, etc is blocked, and misc -- 2.47.2