diff mbox

A character typo

Message ID AANLkTimSyWZB_zxNAov81VQx2Rzc6yegu6W=K3secytB@mail.gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Prasad Joshi Nov. 3, 2010, 1:49 p.m. UTC
None
diff mbox

Patch

diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
index 200533e..990a67a 100644
--- a/arch/x86/kvm/vmx.c
+++ b/arch/x86/kvm/vmx.c
@@ -3923,7 +3923,7 @@  static void noinline do_vmx_vcpu_run(struct
kvm_vcpu *vcpu)
                "je 2f \n\t"
                "mov %%"R"ax, %%cr2 \n\t"
                "2: \n\t"
-               /* Check if vmlaunch of vmresume is needed */
+               /* Check if vmlaunch or vmresume is needed */
                "cmpl $0, %c[launched](%0) \n\t"
                /* Load guest registers.  Don't clobber flags. */