VirtualBox

Changeset 86732 in vbox


Ignore:
Timestamp:
Oct 28, 2020 11:26:09 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
141122
Message:

AMD IOMMU: bugref:9654 Comment typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp

    r86662 r86732  
    310310    STAMCOUNTER             StatMmioReadR3;             /**< Number of MMIO reads in R3. */
    311311    STAMCOUNTER             StatMmioReadRZ;             /**< Number of MMIO reads in RZ. */
    312 
    313312    STAMCOUNTER             StatMmioWriteR3;            /**< Number of MMIO writes in R3. */
    314313    STAMCOUNTER             StatMmioWriteRZ;            /**< Number of MMIO writes in RZ. */
     
    324323    STAMCOUNTER             StatMemBulkReadR3;          /**< Number of memory read bulk translation requests in R3. */
    325324    STAMCOUNTER             StatMemBulkReadRZ;          /**< Number of memory read bulk translation requests in RZ. */
    326 
    327     STAMCOUNTER             StatMemBulkWriteR3;         /**< Number of memory read bulk translation requests in R3. */
    328     STAMCOUNTER             StatMemBulkWriteRZ;         /**< Number of memory read bulk translation requests in RZ. */
     325    STAMCOUNTER             StatMemBulkWriteR3;         /**< Number of memory write bulk translation requests in R3. */
     326    STAMCOUNTER             StatMemBulkWriteRZ;         /**< Number of memory write bulk translation requests in RZ. */
    329327
    330328    STAMCOUNTER             StatCmd;                    /**< Number of commands processed. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette