Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[linux-2.6-microblaze.git] / arch / x86 / include / asm / kvm_host.h
index ad22d48..cbbcee0 100644 (file)
@@ -1513,7 +1513,7 @@ extern u64 kvm_mce_cap_supported;
 /*
  * EMULTYPE_NO_DECODE - Set when re-emulating an instruction (after completing
  *                     userspace I/O) to indicate that the emulation context
- *                     should be resued as is, i.e. skip initialization of
+ *                     should be reused as is, i.e. skip initialization of
  *                     emulation context, instruction fetch and decode.
  *
  * EMULTYPE_TRAP_UD - Set when emulating an intercepted #UD from hardware.
@@ -1538,7 +1538,7 @@ extern u64 kvm_mce_cap_supported;
  *
  * EMULTYPE_VMWARE_GP - Set when emulating an intercepted #GP for VMware
  *                     backdoor emulation, which is opt in via module param.
- *                     VMware backoor emulation handles select instructions
+ *                     VMware backdoor emulation handles select instructions
  *                     and reinjects the #GP for all other cases.
  *
  * EMULTYPE_PF - Set when emulating MMIO by way of an intercepted #PF, in which