Index: /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 46497)
+++ /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 46498)
@@ -2674,5 +2674,5 @@
  * Gets the guest's interruptibility-state ("interrupt shadow" as AMD calls it).
  *
- * @returns
+ * @returns Guest's interruptibility-state.
  * @param   pVCpu       Pointer to the VMCPU.
  * @param   pMixedCtx   Pointer to the guest-CPU context. The data may be
@@ -2699,5 +2699,5 @@
             /*
              * We can clear the inhibit force flag as even if we go back to the recompiler without executing guest code in
-             * VT-x the flag's condition to be cleared is met and thus the cleared state is correct.
+             * VT-x, the flag's condition to be cleared is met and thus the cleared state is correct.
              */
             VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_INHIBIT_INTERRUPTS);
@@ -6013,5 +6013,4 @@
  * cause a VM-exit as soon as the guest is in a state to receive interrupts.
  *
- * @returns VBox status code.
  * @param pVCpu         Pointer to the VMCPU.
  */
