Index: /trunk/src/VBox/VMM/include/PGMInternal.h
===================================================================
--- /trunk/src/VBox/VMM/include/PGMInternal.h	(revision 64842)
+++ /trunk/src/VBox/VMM/include/PGMInternal.h	(revision 64843)
@@ -2782,9 +2782,9 @@
     /** Set if it involves a gigantic page (1 GB). */
     bool            fGigantPage;
-    /** The effect X86_PTE_US flag for the address. */
+    /** The effective X86_PTE_US flag for the address. */
     bool            fEffectiveUS;
-    /** The effect X86_PTE_RW flag for the address. */
+    /** The effective X86_PTE_RW flag for the address. */
     bool            fEffectiveRW;
-    /** The effect X86_PTE_NX flag for the address. */
+    /** The effective X86_PTE_NX flag for the address. */
     bool            fEffectiveNX;
 } PGMPTWALKCORE;
