From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: [PATCH] fix typo in comments Date: Wed, 15 Jul 2009 10:34:59 +0200 Message-ID: <200907151034.59351.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Boundary-00=_zSZXKOM8HJvEIy6" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org --Boundary-00=_zSZXKOM8HJvEIy6 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi! Attached patch fixes typo in comments. Signed-off-by: Christoph Egger -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Karl-Hammerschmidt-Str. 34, 85609 Dornach b. Muenchen Geschaeftsfuehrer: Thomas M. McCoy, Giuliano Meroni Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 --Boundary-00=_zSZXKOM8HJvEIy6 Content-Type: text/x-diff; charset="us-ascii"; name="xen_typo.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xen_typo.diff" diff -r 323ae92f774b tools/examples/xend-config.sxp --- a/tools/examples/xend-config.sxp Wed Jul 15 09:14:19 2009 +0100 +++ b/tools/examples/xend-config.sxp Wed Jul 15 10:33:59 2009 +0200 @@ -213,7 +213,7 @@ # The VNC server can be told to negotiate a TLS session # to encryption all traffic, and provide x509 cert to -# clients enalbing them to verify server identity. The +# clients enabling them to verify server identity. The # GTK-VNC widget, virt-viewer, virt-manager and VeNCrypt # all support the VNC extension for TLS used in QEMU. The # TightVNC/RealVNC/UltraVNC clients do not. diff -r 323ae92f774b xen/arch/x86/hvm/svm/svm.c --- a/xen/arch/x86/hvm/svm/svm.c Wed Jul 15 09:14:19 2009 +0100 +++ b/xen/arch/x86/hvm/svm/svm.c Wed Jul 15 10:33:59 2009 +0200 @@ -460,7 +460,7 @@ static void svm_update_guest_efer(struct /* * In legacy mode (EFER.LMA=0) we natively support SYSENTER/SYSEXIT with - * no need for MSR intercepts. Ehen EFER.LMA=1 we must trap and emulate. + * no need for MSR intercepts. When EFER.LMA=1 we must trap and emulate. */ svm_intercept_msr(v, MSR_IA32_SYSENTER_CS, lma); svm_intercept_msr(v, MSR_IA32_SYSENTER_ESP, lma); --Boundary-00=_zSZXKOM8HJvEIy6 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --Boundary-00=_zSZXKOM8HJvEIy6--