]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix up a whitespace in comments in src/console.c
authorChris Lalancette <clalance@redhat.com>
Fri, 7 Aug 2009 08:56:38 +0000 (10:56 +0200)
committerChris Lalancette <clalance@redhat.com>
Tue, 11 Aug 2009 11:30:19 +0000 (13:30 +0200)
Signed-off-by: Chris Lalancette <clalance@redhat.com>
src/console.c

index badb62c0d304c3f4e353c4cab6e372e3df674888..4a1a80b722b374d0b7afa76a38911d19f6da2192 100644 (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