Fix typo in comment in exec.c (fluch -> flush).

Signed-off-by: Sebastian Herbszt <[email protected]>

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);

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to