Index: /trunk/src/VBox/Devices/Network/DrvNAT.cpp
===================================================================
--- /trunk/src/VBox/Devices/Network/DrvNAT.cpp	(revision 41804)
+++ /trunk/src/VBox/Devices/Network/DrvNAT.cpp	(revision 41805)
@@ -197,5 +197,5 @@
 } DRVNAT;
 AssertCompileMemberAlignment(DRVNAT, StatNATRecvWakeups, 8);
-/** Pointer the NAT driver instance data. */
+/** Pointer to the NAT driver instance data. */
 typedef DRVNAT *PDRVNAT;
 
Index: /trunk/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp	(revision 41804)
+++ /trunk/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp	(revision 41805)
@@ -304,5 +304,5 @@
 typedef PGMRZDYNMAPENTRY *PPGMRZDYNMAPENTRY;
 
-/** Pointer the mapping cache instance for the current context.
+/** Pointer to the mapping cache instance for the current context.
  * @sa PGMR0DYNMAP, PGMRCDYNMAP  */
 typedef CTX_MID(PGM,DYNMAP) *PPGMRZDYNMAP;
Index: /trunk/src/VBox/VMM/include/PGMInline.h
===================================================================
--- /trunk/src/VBox/VMM/include/PGMInline.h	(revision 41804)
+++ /trunk/src/VBox/VMM/include/PGMInline.h	(revision 41805)
@@ -222,5 +222,5 @@
  *
  * @returns VINF_SUCCESS. Will bail out to ring-3 on failure.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  * @param   HCPhys      The physical address of the page.
  * @param   ppv         Where to store the mapping address.
@@ -261,5 +261,5 @@
  * @returns VBox status code, see pgmRZDynMapGCPageCommon for details.
  * @param   pVM         Pointer to the VM.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  * @param   GCPhys      The guest physical address of the page.
  * @param   ppv         Where to store the mapping address.
@@ -321,5 +321,5 @@
  *
  * @returns VBox status code, see pgmRZDynMapGCPageCommon for details.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  * @param   GCPhys      The guest physical address of the page.
  * @param   ppv         Where to store the mapping address.
@@ -336,5 +336,5 @@
  *
  * @returns VBox status code, see pgmRZDynMapGCPageCommon for details.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  * @param   HCPhys      The physical address of the page.
  * @param   ppv         Where to store the mapping address. The offset is
@@ -420,5 +420,5 @@
  * @returns pointer to the mapping.
  * @param   pVM         Pointer to the PGM instance data.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  * @param   pPage       The page.
  */
@@ -542,5 +542,5 @@
  *
  * @returns true if it is, false if it isn't.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  */
 DECL_FORCE_INLINE(bool) pgmGstIsNoExecuteActive(PVMCPU pVCpu)
@@ -559,5 +559,5 @@
  *
  * @returns true if it is, false if it isn't.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  */
 DECL_FORCE_INLINE(bool) pgmGst32BitIsPageSizeExtActive(PVMCPU pVCpu)
@@ -591,5 +591,5 @@
  *
  * @returns VBox status code.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  * @param   ppPd        Where to return the mapping. This is always set.
  */
@@ -615,6 +615,6 @@
  * Gets the address the guest page directory (32-bit paging).
  *
- * @returns Pointer the page directory entry in question.
- * @param   pVCpu       The current CPU.
+ * @returns Pointer to the page directory entry in question.
+ * @param   pVCpu       Pointer to the VMCPU.
  */
 DECLINLINE(PX86PD) pgmGstGet32bitPDPtr(PVMCPU pVCpu)
@@ -645,5 +645,5 @@
  *
  * @returns VBox status code.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  * @param   ppPdpt      Where to return the mapping.  This is always set.
  */
@@ -671,5 +671,5 @@
  * @returns Pointer to the page directory in question.
  * @returns NULL if the page directory is not present or on an invalid page.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  */
 DECLINLINE(PX86PDPT) pgmGstGetPaePDPTPtr(PVMCPU pVCpu)
@@ -687,5 +687,5 @@
  * @returns Pointer to the page directory in question.
  * @returns NULL if the page directory is not present or on an invalid page.
- * @param   pVCpu       The current CPU
+ * @param   pVCpu       Pointer to the VMCPU.
  * @param   GCPtr       The address.
  */
@@ -761,5 +761,5 @@
  * @returns Pointer to the page directory in question.
  * @returns NULL if the page directory is not present or on an invalid page.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  * @param   GCPtr       The address.
  * @param   piPD        Receives the index into the returned page directory
@@ -811,5 +811,5 @@
  *
  * @returns VBox status code.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  * @param   ppPml4      Where to return the mapping.  Always set.
  */
@@ -836,5 +836,5 @@
  *
  * @returns Pointer to the PML4 page.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  */
 DECLINLINE(PX86PML4) pgmGstGetLongModePML4Ptr(PVMCPU pVCpu)
@@ -851,5 +851,5 @@
  *
  * @returns Pointer to the PML4 entry.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  * @param   iPml4       The index.
  * @remarks Only used by AssertCR3.
@@ -878,5 +878,5 @@
  * @returns The page directory entry in question.
  * @returns A non-present entry if the page directory is not present or on an invalid page.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  * @param   GCPtr       The address.
  */
@@ -924,5 +924,5 @@
  * @returns The page directory in question.
  * @returns NULL if the page directory is not present or on an invalid page.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  * @param   GCPtr       The address.
  * @param   ppPml4e     Page Map Level-4 Entry (out)
@@ -977,5 +977,5 @@
  *
  * @returns Pointer to the shadow 32-bit PD.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  */
 DECLINLINE(PX86PD) pgmShwGet32BitPDPtr(PVMCPU pVCpu)
@@ -989,5 +989,5 @@
  *
  * @returns Shadow 32-bit PDE.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  * @param   GCPtr       The address.
  */
@@ -1011,5 +1011,5 @@
  *
  * @returns Pointer to the shadow 32-bit PDE.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  * @param   GCPtr       The address.
  */
@@ -1028,5 +1028,5 @@
  *
  * @returns Pointer to the shadow PAE PDPT.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  */
 DECLINLINE(PX86PDPT) pgmShwGetPaePDPTPtr(PVMCPU pVCpu)
@@ -1040,5 +1040,5 @@
  *
  * @returns Pointer to the shadow PD.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  * @param   GCPtr       The address.
  */
@@ -1064,5 +1064,5 @@
  *
  * @returns Pointer to the shadow PD.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  * @param   GCPtr       The address.
  */
@@ -1087,5 +1087,5 @@
  *
  * @returns PDE.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  * @param   GCPtr       The address.
  */
@@ -1108,5 +1108,5 @@
  *
  * @returns Pointer to the PDE.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  * @param   GCPtr       The address.
  * @remarks Only used by AssertCR3.
@@ -1127,5 +1127,5 @@
  *
  * @returns Pointer to the shadow PML4.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  */
 DECLINLINE(PX86PML4) pgmShwGetLongModePML4Ptr(PVMCPU pVCpu)
@@ -1139,5 +1139,5 @@
  *
  * @returns The entry.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  * @param   GCPtr       The address.
  */
@@ -1160,5 +1160,5 @@
  *
  * @returns The entry.
- * @param   pVCpu       The current CPU.
+ * @param   pVCpu       Pointer to the VMCPU.
  * @param   iPml4       The PML4 index.
  */
