From owner-svn-src-head@FreeBSD.ORG Fri Feb 28 21:33:40 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BD77457E; Fri, 28 Feb 2014 21:33:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A97D41ABE; Fri, 28 Feb 2014 21:33:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1SLXeOo095795; Fri, 28 Feb 2014 21:33:40 GMT (envelope-from jhb@svn.freebsd.org) Received: (from jhb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1SLXeCo095794; Fri, 28 Feb 2014 21:33:40 GMT (envelope-from jhb@svn.freebsd.org) Message-Id: <201402282133.s1SLXeCo095794@svn.freebsd.org> From: John Baldwin Date: Fri, 28 Feb 2014 21:33:40 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r262624 - head/sys/amd64/vmm/intel X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Feb 2014 21:33:40 -0000 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);