svn commit: r262624 - head/sys/amd64/vmm/intel
John Baldwin
jhb at FreeBSD.org
Fri Feb 28 21:33:40 UTC 2014
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);
More information about the svn-src-all
mailing list