Index: /trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp	(revision 41835)
+++ /trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp	(revision 41836)
@@ -734,12 +734,12 @@
  *
  * The caller is responsible for checking privilege if the call is the result
- * of a RDMSR instruction.  We'll do the rest.
+ * of a RDMSR instruction. We'll do the rest.
  *
  * @retval  VINF_SUCCESS on success.
  * @retval  VERR_CPUM_RAISE_GP_0 on failure (invalid MSR), the caller is
  *          expected to take the appropriate actions. @a *puValue is set to 0.
- * @param   pVCpu               The virtual CPU to operate on.
+ * @param   pVCpu               Pointer to the VMCPU.
  * @param   idMsr               The MSR.
- * @param   puValue             Where to return the value..
+ * @param   puValue             Where to return the value.
  *
  * @remarks This will always return the right values, even when we're in the
@@ -971,5 +971,5 @@
  *
  * The caller is responsible for checking privilege if the call is the result
- * of a WRMSR instruction.  We'll do the rest.
+ * of a WRMSR instruction. We'll do the rest.
  *
  * @retval  VINF_SUCCESS on success.
@@ -977,10 +977,10 @@
  *          appropriate actions.
  *
- * @param   pVCpu       The virtual CPU to operate on.
+ * @param   pVCpu       Pointer to the VMCPU.
  * @param   idMsr       The MSR id.
  * @param   uValue      The value to set.
  *
  * @remarks Everyone changing MSR values, including the recompiler, shall do it
- *          by calling this method.  This makes sure we have current values and
+ *          by calling this method. This makes sure we have current values and
  *          that we trigger all the right actions when something changes.
  */
Index: /trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/PGMAllBth.h	(revision 41835)
+++ /trunk/src/VBox/VMM/VMMAll/PGMAllBth.h	(revision 41836)
@@ -2286,5 +2286,5 @@
  *
  * @returns VINF_EM_RAW_GUEST_TRAP.
- * @param   pVCpu           The virtual CPU to operate on.
+ * @param   pVCpu           Pointer to the VMCPU.
  * @param   uErr            The error code of the shadow fault.  Corrections to
  *                          TRPM's copy will be made if necessary.
@@ -2310,5 +2310,5 @@
  *
  * @returns VINF_EM_RAW_GUEST_TRAP.
- * @param   pVCpu           The virtual CPU to operate on.
+ * @param   pVCpu           Pointer to the VMCPU.
  * @param   uErr            The error code of the shadow fault.  Corrections to
  *                          TRPM's copy will be made if necessary.
@@ -2331,5 +2331,5 @@
  *
  * @returns VINF_EM_RAW_GUEST_TRAP.
- * @param   pVCpu           The virtual CPU to operate on.
+ * @param   pVCpu           Pointer to the VMCPU.
  * @param   uErr            The error code of the shadow fault.  Corrections to
  *                          TRPM's copy will be made if necessary.
Index: /trunk/src/VBox/VMM/VMMAll/TMAllCpu.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/TMAllCpu.cpp	(revision 41835)
+++ /trunk/src/VBox/VMM/VMMAll/TMAllCpu.cpp	(revision 41836)
@@ -364,5 +364,5 @@
  * @returns VBox status code.
  * @param   pVM         Pointer to the VM.
- * @param   pVCpu       The virtual CPU to operate on.
+ * @param   pVCpu       Pointer to the VMCPU.
  * @param   u64Tick     The new timestamp value.
  *
@@ -394,5 +394,5 @@
  *
  * @returns VBox status code.
- * @param   pVCpu               The virtual CPU to operate on.
+ * @param   pVCpu               Pointer to the VMCPU.
  * @param   u64LastSeenTick     The last seen timestamp value.
  *
@@ -413,5 +413,5 @@
  *
  * @returns last seen TSC
- * @param   pVCpu               The virtual CPU to operate on.
+ * @param   pVCpu               Pointer to the VMCPU.
  *
  * @thread  EMT which TSC is to be set.
Index: /trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp	(revision 41835)
+++ /trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp	(revision 41836)
@@ -1507,5 +1507,5 @@
  * @returns VBox status code.
  * @param   pVM         Pointer to the VM.
- * @param   pVCpu       VMCPUD id.
+ * @param   pVCpu       Pointer to the VMCPU.
  *
  * @remarks Called with preemption disabled and after first having called
Index: /trunk/src/VBox/VMM/VMMR0/PGMR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/PGMR0.cpp	(revision 41835)
+++ /trunk/src/VBox/VMM/VMMR0/PGMR0.cpp	(revision 41836)
@@ -504,5 +504,5 @@
  * @returns VBox status code (appropriate for trap handling and GC return).
  * @param   pVM                 Pointer to the VM.
- * @param   pVCpu               The current CPU.
+ * @param   pVCpu               Pointer to the VMCPU.
  * @param   enmShwPagingMode    Paging mode for the nested page tables.
  * @param   pRegFrame           Trap register frame.
Index: /trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp	(revision 41835)
+++ /trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp	(revision 41836)
@@ -42,5 +42,5 @@
  * @param   pGVM                Pointer to the GVM instance data.
  * @param   idCpu               The ID of the calling virtual CPU.
- * @param   pModule             Global module description
+ * @param   pModule             Global module description.
  * @param   paRegionsGCPtrs     Array parallel to pModules->aRegions with the
  *                              addresses of the regions in the calling
Index: /trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/VMMR0.cpp	(revision 41835)
+++ /trunk/src/VBox/VMM/VMMR0/VMMR0.cpp	(revision 41836)
@@ -244,5 +244,5 @@
  * @returns VBox status code.
  *
- * @param   pVM         The VM instance in question.
+ * @param   pVM         Pointer to the VM.
  * @param   uSvnRev     The SVN revision of the ring-3 part.
  * @thread  EMT.
@@ -371,5 +371,5 @@
  * @returns VBox status code.
  *
- * @param   pVM         The VM instance in question.
+ * @param   pVM         Pointer to the VM.
  * @param   pGVM        Pointer to the global VM structure. Optional.
  * @thread  EMT or session clean up thread.
Index: /trunk/src/VBox/VMM/VMMR3/EMHwaccm.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/EMHwaccm.cpp	(revision 41835)
+++ /trunk/src/VBox/VMM/VMMR3/EMHwaccm.cpp	(revision 41836)
@@ -390,5 +390,5 @@
  * @param   pVM         Pointer to the VM.
  * @param   pVCpu       Pointer to the VMCPU.
- * @param   pCtx        The guest CPUM register context.
+ * @param   pCtx        Pointer to the guest CPU context.
  */
 static int emR3HwaccmForcedActions(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx)
Index: /trunk/src/VBox/VMM/VMMR3/PATM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PATM.cpp	(revision 41835)
+++ /trunk/src/VBox/VMM/VMMR3/PATM.cpp	(revision 41836)
@@ -3493,5 +3493,5 @@
  * @returns VBox status code.
  * @param   pVM         Pointer to the VM.
- * @param   pCtx        Guest context
+ * @param   pCtx        Pointer to the guest CPU context.
  *
  */
@@ -6051,9 +6051,9 @@
  *
  * @returns VBox status code.
- * @param   pVM         Pointer to the VM.
- * @param   pCtx        CPU context
- * @param   pPatch      Patch record
- * @param   pPatchToGuestRec    Patch to guest address record
- * @param   pEip        GC pointer of trapping instruction
+ * @param   pVM                 Pointer to the VM.
+ * @param   pCtx                Pointer to the guest CPU context.
+ * @param   pPatch              Patch record.
+ * @param   pPatchToGuestRec    Patch to guest address record.
+ * @param   pEip                GC pointer of trapping instruction.
  */
 static int patmR3HandleDirtyInstr(PVM pVM, PCPUMCTX pCtx, PPATMPATCHREC pPatch, PRECPATCHTOGUEST pPatchToGuestRec, RTRCPTR pEip)
@@ -6279,7 +6279,7 @@
  * @returns VBox status code.
  * @param   pVM         Pointer to the VM.
- * @param   pCtx        CPU context
- * @param   pEip        GC pointer of trapping instruction
- * @param   ppNewEip    GC pointer to new instruction
+ * @param   pCtx        Pointer to the guest CPU context.
+ * @param   pEip        GC pointer of trapping instruction.
+ * @param   ppNewEip    GC pointer to new instruction.
  */
 VMMR3DECL(int) PATMR3HandleTrap(PVM pVM, PCPUMCTX pCtx, RTRCPTR pEip, RTGCPTR *ppNewEip)
Index: /trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp	(revision 41835)
+++ /trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp	(revision 41836)
@@ -3704,5 +3704,5 @@
  * Sets the Address Gate 20 state.
  *
- * @param   pVCpu       The VCPU to operate on.
+ * @param   pVCpu       Pointer to the VMCPU.
  * @param   fEnable     True if the gate should be enabled.
  *                      False if the gate should be disabled.
Index: /trunk/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp	(revision 41835)
+++ /trunk/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp	(revision 41836)
@@ -339,5 +339,5 @@
  *
  * @returns VINF_SUCCESS on success, VERR_PGM_DYNMAP_IPE on failure.
- * @param   pVM         The VM in question.
+ * @param   pVM         Pointer to the VM.
  */
 static int pgmRZDynMapInitAutoSetsForVM(PVM pVM)
Index: /trunk/src/VBox/VMM/include/VMMInternal.h
===================================================================
--- /trunk/src/VBox/VMM/include/VMMInternal.h	(revision 41835)
+++ /trunk/src/VBox/VMM/include/VMMInternal.h	(revision 41836)
@@ -530,5 +530,5 @@
  *
  * @returns return code from VMMGCEntry().
- * @param   pVM     The VM in question.
+ * @param   pVM     Pointer to the VM.
  * @param   uArg    See VMMGCEntry().
  * @internal
