qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 2/2] Fix typo in console.c comment


From: Ryan Harper
Subject: [Qemu-devel] [PATCH 2/2] Fix typo in console.c comment
Date: Mon, 25 Aug 2008 12:29:15 -0500

Signed-off-by: Ryan Harper <address@hidden>

diff --git a/console.c b/console.c
index 89bdc52..c7a5a80 100644
--- a/console.c
+++ b/console.c
@@ -172,7 +172,7 @@ void vga_hw_screen_dump(const char *filename)
     previous_active_console = active_console;
     active_console = consoles[0];
     /* There is currently no way of specifying which screen we want to dump,
-       so always dump the dirst one.  */
+       so always dump the first one.  */
     if (consoles[0]->hw_screen_dump)
         consoles[0]->hw_screen_dump(consoles[0]->hw, filename);
     active_console = previous_active_console;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]