Index: /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 45379)
+++ /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 45380)
@@ -7808,5 +7808,5 @@
                 && uIntType != VMX_IDT_VECTORING_INFO_TYPE_PRIV_SW_XCPT)
             {
-                /* Save it as a pending event while will be converted to a TRPM event on the way out to ring-3. */
+                /* Save it as a pending event and it'll be converted to a TRPM event on the way out to ring-3. */
                 pVCpu->hm.s.Event.fPending = true;
                 pVCpu->hm.s.Event.u64IntrInfo = pVmxTransient->uIdtVectoringInfo;
