Index: /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 79802)
+++ /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 79803)
@@ -16918,5 +16918,5 @@
             }
 
-            /* Nested paging is currently a requirement, otherwise we would need to handle shadow #PFs. */
+            /* Nested paging is currently a requirement, otherwise we would need to handle shadow #PFs in hmR0VmxExitXcptPF. */
             Assert(pVCpu->CTX_SUFF(pVM)->hm.s.fNestedPaging);
             return hmR0VmxExitXcpt(pVCpu, pVmxTransient);
