From: Ryan Harper <ryanh@us.ibm.com>
To: qemu-devel@nongnu.org
Cc: Ryan Harper <ryanh@us.ibm.com>, kvm@vger.kernel.org
Subject: [Qemu-devel] [PATCH 2/2] Fix typo in console.c comment
Date: Mon, 25 Aug 2008 12:29:15 -0500 [thread overview]
Message-ID: <1219685355-27505-3-git-send-email-ryanh@us.ibm.com> (raw)
In-Reply-To: <1219685355-27505-1-git-send-email-ryanh@us.ibm.com>
Signed-off-by: Ryan Harper <ryanh@us.ibm.com>
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;
next prev parent reply other threads:[~2008-08-25 17:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-25 17:29 [Qemu-devel] [PATCH 0/2] v2: Fix monitor console in curses mode Ryan Harper
2008-08-25 17:29 ` [Qemu-devel] [PATCH 1/2] v2: Fix text console size/resize when using curses Ryan Harper
2008-08-25 17:29 ` Ryan Harper [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-08-22 18:03 [Qemu-devel] [PATCH 0/2] Fix monitor console in curses mode Ryan Harper
2008-08-22 18:03 ` [Qemu-devel] [PATCH 2/2] Fix typo in console.c comment Ryan Harper
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1219685355-27505-3-git-send-email-ryanh@us.ibm.com \
--to=ryanh@us.ibm.com \
--cc=kvm@vger.kernel.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).