[libvirt] [PATCH] Fix up a whitespace in comments in src/console.c

Chris Lalancette clalance at redhat.com
Fri Aug 7 09:06:14 UTC 2009


Signed-off-by: Chris Lalancette <clalance at redhat.com>
---
 src/console.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/console.c b/src/console.c
index badb62c..4a1a80b 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
-- 
1.6.0.6




More information about the libvir-list mailing list