]> xenbits.xensource.com Git - people/dwmw2/xen.git/commitdiff
fix typos in xen/arch/x86/hvm/vmx/vmcs.c
authorYongjie Ren <yongjie.ren@intel.com>
Fri, 17 Aug 2012 10:36:38 +0000 (12:36 +0200)
committerYongjie Ren <yongjie.ren@intel.com>
Fri, 17 Aug 2012 10:36:38 +0000 (12:36 +0200)
Signed-off-by: Yongjie Ren <yongjie.ren@intel.com>
Committed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/hvm/vmx/vmcs.c

index 38b5d03e7a26e3d828b0efeb531a56824d9e2fd4..795ffd71e81cc4192fc5076091043cd21e60b5da 100644 (file)
@@ -109,7 +109,7 @@ static u32 adjust_vmx_controls(
     if ( ctl_min & ~ctl )
     {
         *mismatch = 1;
-        printk("VMX: CPU%d has insufficent %s (%08x but requires min %08x)\n",
+        printk("VMX: CPU%d has insufficient %s (%08x; requires %08x)\n",
                smp_processor_id(), name, ctl, ctl_min);
     }
 
@@ -227,7 +227,7 @@ static int vmx_init_vmcs_config(void)
     {
         /*
          * To use EPT we expect to be able to clear certain intercepts.
-         * We check VMX_BASIC_MSR[55] to correctly handle default1 controls.
+         * We check VMX_BASIC_MSR[55] to correctly handle default controls.
          */
         uint32_t must_be_one, must_be_zero, msr = MSR_IA32_VMX_PROCBASED_CTLS;
         if ( vmx_basic_msr_high & (1u << 23) )