Author: jhb
Date: Fri Feb 28 21:33:40 2014
New Revision: 262624
URL: http://svnweb.freebsd.org/changeset/base/262624

Log:
  Correct VMware capitalization.
  
  Submitted by: joeld

Modified:
  head/sys/amd64/vmm/intel/vmx.c

Modified: head/sys/amd64/vmm/intel/vmx.c
==============================================================================
--- head/sys/amd64/vmm/intel/vmx.c      Fri Feb 28 21:25:32 2014        
(r262623)
+++ head/sys/amd64/vmm/intel/vmx.c      Fri Feb 28 21:33:40 2014        
(r262624)
@@ -1830,7 +1830,7 @@ vmx_exit_process(struct vmx *vmx, int vc
 
                /*
                 * XXX: Ignore this exit if VMCS_INTR_VALID is not set.
-                * This appears to be a bug in VMWare Fusion?
+                * This appears to be a bug in VMware Fusion?
                 */
                if (!(intr_info & VMCS_INTR_VALID))
                        return (1);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to