From: Sebastian Herbszt <herbszt@gmx.de>
To: kvm@vger.kernel.org
Cc: herbszt@gmx.de
Subject: [PATCH] exec.c: fix typo in comment (fluch -> flush)
Date: Fri, 24 Apr 2009 20:06:48 +0200 [thread overview]
Message-ID: <1240596408$2954@local> (raw)
Fix typo in comment in exec.c (fluch -> flush).
Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
Index: kvm-84-714-g2919cca/exec.c
===================================================================
--- kvm-84-714-g2919cca.orig/exec.c
+++ kvm-84-714-g2919cca/exec.c
@@ -3187,7 +3187,7 @@ void cpu_physical_memory_rw(target_phys_
(0xff & ~CODE_DIRTY_FLAG);
}
/* qemu doesn't execute guest code directly, but kvm does
- therefore fluch instruction caches */
+ therefore flush instruction caches */
if (kvm_enabled())
flush_icache_range((unsigned long)ptr,
((unsigned long)ptr)+l);
next reply other threads:[~2009-04-24 18:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-24 18:06 Sebastian Herbszt [this message]
2009-04-24 23:26 ` [PATCH] exec.c: fix typo in comment (fluch -> flush) Marcelo Tosatti
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='1240596408$2954@local' \
--to=herbszt@gmx.de \
--cc=kvm@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.