Index: /trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp	(revision 46677)
+++ /trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp	(revision 46678)
@@ -377,5 +377,5 @@
 
 /**
- * Does global VT-x termination (called during module termination).
+ * Does global AMD-V termination (called during module termination).
  */
 VMMR0DECL(void) SVMR0GlobalTerm(void)
@@ -2467,5 +2467,5 @@
 
 /**
- * Prepares to run guest code in VT-x and we've committed to doing so. This
+ * Prepares to run guest code in AMD-V and we've committed to doing so. This
  * means there is no backing out to ring-3 or anywhere else at this
  * point.
@@ -4093,5 +4093,5 @@
         {
             /* A guest page-fault occurred during delivery of a page-fault. Inject #DF. */
-            hmR0VmxSetPendingXcptDF(pVCpu);
+            hmR0SvmSetPendingXcptDF(pVCpu);
             Log4(("Pending #DF due to vectoring #PF. NP\n"));
         }
