Index: /trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp	(revision 41404)
+++ /trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp	(revision 41405)
@@ -91,5 +91,5 @@
     NOREF(uErrorCode); NOREF(pvFault);
 
-    Assert(!(uErrorCode & X86_TRAP_PF_RW)); /* This shall not be used for write access! */
+    Assert(!(uErrorCode & X86_TRAP_PF_RW)); /* This shall not be used for read access! */
 
     Assert(iPage < (pRom->cb >> PAGE_SHIFT));
