Commit 7b45522533544bb29af03d6c6f698ae9e28b07f5
1 parent
fec5fa02
Fix typo in console.c comment
Signed-off-by: Ryan Harper <ryanh@us.ibm.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5129 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
console.c
... | ... | @@ -172,7 +172,7 @@ void vga_hw_screen_dump(const char *filename) |
172 | 172 | previous_active_console = active_console; |
173 | 173 | active_console = consoles[0]; |
174 | 174 | /* There is currently no way of specifying which screen we want to dump, |
175 | - so always dump the dirst one. */ | |
175 | + so always dump the first one. */ | |
176 | 176 | if (consoles[0]->hw_screen_dump) |
177 | 177 | consoles[0]->hw_screen_dump(consoles[0]->hw, filename); |
178 | 178 | active_console = previous_active_console; | ... | ... |