Fix up a whitespace in comments in src/console.c

Signed-off-by: Chris Lalancette <clalance@redhat.com>
This commit is contained in:
Chris Lalancette 2009-08-07 10:56:38 +02:00
parent 7b0075a242
commit b216dd41d7

View File

@ -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