Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
# 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.
/*
* 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);