[PATCH] exec.c: fix typo in comment (fluch -> flush)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Signed-off-by: Sebastian Herbszt <herbszt@xxxxxx>

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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux