From: Sebastian Herbszt <[email protected]> Fix typo in comment in exec.c (fluch -> flush).
Signed-off-by: Sebastian Herbszt <[email protected]> Signed-off-by: Marcelo Tosatti <[email protected]> diff --git a/exec.c b/exec.c index 16d3cf8..0420f29 100644 --- a/exec.c +++ b/exec.c @@ -3187,7 +3187,7 @@ void cpu_physical_memory_rw(target_phys_addr_t addr, uint8_t *buf, (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); -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
