Index: /trunk/src/VBox/VMM/include/HMInternal.h
===================================================================
--- /trunk/src/VBox/VMM/include/HMInternal.h	(revision 50869)
+++ /trunk/src/VBox/VMM/include/HMInternal.h	(revision 50870)
@@ -224,5 +224,5 @@
     /** The CPU ID. */
     RTCPUID             idCpu;
-    /** The memory object   */
+    /** The VM_HSAVE_AREA (AMD-V) / VMXON region (Intel) memory backing. */
     RTR0MEMOBJ          hMemObj;
     /** Current ASID (AMD-V) / VPID (Intel). */
@@ -962,5 +962,5 @@
 #endif
 } HMCPU;
-/** Pointer to HM VM instance data. */
+/** Pointer to HM VMCPU instance data. */
 typedef HMCPU *PHMCPU;
 
