Index: /trunk/src/VBox/VMM/PGMInternal.h
===================================================================
--- /trunk/src/VBox/VMM/PGMInternal.h	(revision 20135)
+++ /trunk/src/VBox/VMM/PGMInternal.h	(revision 20136)
@@ -1580,5 +1580,7 @@
 } PGMPOOLKIND;
 
-
+/**
+ * The access attributes of the page; only applies to big pages.
+ */
 typedef enum
 {
Index: /trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp	(revision 20135)
+++ /trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp	(revision 20136)
@@ -1425,4 +1425,5 @@
  * @param   GCPhys      The GC physical address of the page we're gonna shadow.
  * @param   enmKind     The kind of mapping.
+ * @param   enmAccess   Access type for the mapping (only relevant for big pages)
  * @param   iUser       The shadow page pool index of the user table.
  * @param   iUserTable  The index into the user table (shadowed).
