From: Chris Lalancette Date: Fri, 7 Aug 2009 08:56:38 +0000 (+0200) Subject: Fix up a whitespace in comments in src/console.c X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b216dd41d76710127af110df09f87b48a3a5518a;p=libvirt.git Fix up a whitespace in comments in src/console.c Signed-off-by: Chris Lalancette --- 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