WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Fix a couple of comment typos.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Fix a couple of comment typos.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 15 Jul 2009 05:35:20 -0700
Delivery-date: Wed, 15 Jul 2009 05:36:51 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1247650259 -3600
# Node ID d09113020033d928f7f2a6f4a4c5bdb2a242ec28
# Parent  323ae92f774bb0f8672ad6634a8e488de5ce05de
Fix a couple of comment typos.

Signed-off-by: Christoph Egger <Christoph.Egger@xxxxxxx>
---
 tools/examples/xend-config.sxp |    2 +-
 xen/arch/x86/hvm/svm/svm.c     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff -r 323ae92f774b -r d09113020033 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:30:59 2009 +0100
@@ -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 -r d09113020033 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:30:59 2009 +0100
@@ -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);

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Fix a couple of comment typos., Xen patchbot-unstable <=