 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Fix typos in "vmcs.c" file
 Fix typos in "vmcs.c" file.
Signed-off-by: Yongjie Ren <yongjie.ren@xxxxxxxxx>
diff -r c887c30a0a35 xen/arch/x86/hvm/vmx/vmcs.c
--- a/xen/arch/x86/hvm/vmx/vmcs.c       Thu Aug 16 10:16:19 2012 +0200
+++ b/xen/arch/x86/hvm/vmx/vmcs.c       Fri Aug 17 10:44:39 2012 +0800
@@ -109,7 +109,7 @@
     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 but requires min %08x)\n",
                smp_processor_id(), name, ctl, ctl_min);
     }
@@ -227,7 +227,7 @@
     {
         /*
          * 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) )
Best Regards,
     Yongjie (Jay)
Attachment:
fix-typo-vmcs.patch _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |