Index: /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 75214)
+++ /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 75215)
@@ -11940,5 +11940,5 @@
     switch (idMsr)
     {
-        /* The FS and GS base MSRs are not part of the above all MSRs mask. */
+        /* The FS and GS base MSRs are not part of the above all-MSRs mask. */
         case MSR_K8_FS_BASE: rc |= HMVMX_CPUMCTX_IMPORT_STATE(pVCpu, CPUMCTX_EXTRN_FS); break;
         case MSR_K8_GS_BASE: rc |= HMVMX_CPUMCTX_IMPORT_STATE(pVCpu, CPUMCTX_EXTRN_GS); break;
@@ -12007,5 +12007,5 @@
     {
         /*
-         * The FS and GS base MSRs are not part of the above all MSRs mask.
+         * The FS and GS base MSRs are not part of the above all-MSRs mask.
          *
          * Although we don't need to fetch the base as it will be overwritten shortly, while
