Index: /trunk/include/VBox/vmm/pdmdev.h
===================================================================
--- /trunk/include/VBox/vmm/pdmdev.h	(revision 86620)
+++ /trunk/include/VBox/vmm/pdmdev.h	(revision 86621)
@@ -1269,5 +1269,5 @@
 
     /**
-     * Performs a physical memory read transaction through the IOMMU.
+     * Translates the physical address for a memory read transaction through the IOMMU.
      *
      * @returns VBox status code.
@@ -1284,5 +1284,5 @@
 
     /**
-     * Performs a physical memory write transaction through the IOMMU.
+     * Translates the physical address for a memory write transaction through the IOMMU.
      *
      * @returns VBox status code.
@@ -1333,5 +1333,5 @@
 
     /**
-     * Performs a physical memory read transaction through the IOMMU.
+     * Translates the physical address for a memory read transaction through the IOMMU.
      *
      * @returns VBox status code.
@@ -1348,5 +1348,5 @@
 
     /**
-     * Performs a physical memory write transaction through the IOMMU.
+     * Translates the physical address for a memory write transaction through the IOMMU.
      *
      * @returns VBox status code.
@@ -1397,5 +1397,5 @@
 
     /**
-     * Performs a physical memory read transaction through the IOMMU.
+     * Translates the physical address for a memory read transaction through the IOMMU.
      *
      * @returns VBox status code.
@@ -1412,5 +1412,5 @@
 
     /**
-     * Performs a physical memory write transaction through the IOMMU.
+     * Translates the physical address for a memory write transaction through the IOMMU.
      *
      * @returns VBox status code.
