aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-07-15 10:30:59 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-07-15 10:30:59 +0100
commit8449b7b05364af846eac9011bb2b12d10fbde04d (patch)
tree58a1c07cc4bef911ff4bc2477f806f9f8460e49b
parent7b18165a5e75f68694b3be6897b25d03edee15c5 (diff)
downloadxen-8449b7b05364af846eac9011bb2b12d10fbde04d.tar.gz
xen-8449b7b05364af846eac9011bb2b12d10fbde04d.tar.bz2
xen-8449b7b05364af846eac9011bb2b12d10fbde04d.zip
Fix a couple of comment typos.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
-rw-r--r--tools/examples/xend-config.sxp2
-rw-r--r--xen/arch/x86/hvm/svm/svm.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/examples/xend-config.sxp b/tools/examples/xend-config.sxp
index e33709ae95..283949e29c 100644
--- a/tools/examples/xend-config.sxp
+++ b/tools/examples/xend-config.sxp
@@ -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 --git a/xen/arch/x86/hvm/svm/svm.c b/xen/arch/x86/hvm/svm/svm.c
index b077f59499..1cef8be5cb 100644
--- a/xen/arch/x86/hvm/svm/svm.c
+++ b/xen/arch/x86/hvm/svm/svm.c
@@ -460,7 +460,7 @@ static void svm_update_guest_efer(struct vcpu *v)
/*
* 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);