Index: /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 80660)
+++ /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 80661)
@@ -14676,7 +14676,7 @@
 {
     /*
-     * Cummulative notes of all recognized but unexpected VM-exits.
+     * Cumulative notes of all recognized but unexpected VM-exits.
      *
-     * 1. This does -not- cover scenarios like like a page-fault VM-exit occurring when
+     * 1. This does -not- cover scenarios like a page-fault VM-exit occurring when
      *    nested-paging is used.
      *
@@ -14764,5 +14764,5 @@
     HMVMX_VALIDATE_EXIT_HANDLER_PARAMS(pVCpu, pVmxTransient);
 
-    /** @todo Optimize this: We currently drag in in the whole MSR state
+    /** @todo Optimize this: We currently drag in the whole MSR state
      * (CPUMCTX_EXTRN_ALL_MSRS) here.  We should optimize this to only get
      * MSRs required.  That would require changes to IEM and possibly CPUM too.
@@ -14830,5 +14830,5 @@
     HMVMX_VALIDATE_EXIT_HANDLER_PARAMS(pVCpu, pVmxTransient);
 
-    /** @todo Optimize this: We currently drag in in the whole MSR state
+    /** @todo Optimize this: We currently drag in the whole MSR state
      * (CPUMCTX_EXTRN_ALL_MSRS) here.  We should optimize this to only get
      * MSRs required.  That would require changes to IEM and possibly CPUM too.
@@ -15661,5 +15661,5 @@
          * In the unlikely case where delivering an event causes an EPT misconfig (MMIO), go back to
          * instruction emulation to inject the original event. Otherwise, injecting the original event
-         * using hardware-assisted VMX would would trigger the same EPT misconfig VM-exit again.
+         * using hardware-assisted VMX would trigger the same EPT misconfig VM-exit again.
          */
         if (!pVCpu->hm.s.Event.fPending)
@@ -15683,5 +15683,5 @@
 
     /*
-     * Get sufficent state and update the exit history entry.
+     * Get sufficient state and update the exit history entry.
      */
     PVMXVMCSINFO pVmcsInfo = pVmxTransient->pVmcsInfo;
