From 7b45522533544bb29af03d6c6f698ae9e28b07f5 Mon Sep 17 00:00:00 2001 From: aurel32 Date: Tue, 2 Sep 2008 00:09:16 +0000 Subject: Fix typo in console.c comment Signed-off-by: Ryan Harper Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5129 c046a42c-6fe2-441c-8c8c-71466251a162 --- console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console.c b/console.c index 1c94980e85..785710a8b6 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; -- cgit v1.2.3