VirtualBox

Changeset 27109 in vbox for trunk


Ignore:
Timestamp:
Mar 5, 2010 3:59:45 PM (15 years ago)
Author:
vboxsync
Message:

Comment updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/x86.h

    r27094 r27109  
    11321132    unsigned    u1Accessed : 1;
    11331133    /** Dirty flag.
    1134      * Indicates that the page have been written to. */
     1134     * Indicates that the page has been written to. */
    11351135    unsigned    u1Dirty : 1;
    11361136    /** Reserved / If PAT enabled, bit 2 of the index.  */
     
    11891189    uint32_t    u1Accessed : 1;
    11901190    /** Dirty flag.
    1191      * Indicates that the page have been written to. */
     1191     * Indicates that the page has been written to. */
    11921192    uint32_t    u1Dirty : 1;
    11931193    /** Reserved / If PAT enabled, bit 2 of the index.  */
     
    13241324    unsigned    u1CacheDisable : 1;
    13251325    /** Accessed flag.
    1326      * Indicates that the page have been read or written to. */
     1326     * Indicates that the page has been read or written to. */
    13271327    unsigned    u1Accessed : 1;
    13281328    /** Reserved / Ignored (dirty bit). */
     
    13591359    uint32_t    u1CacheDisable : 1;
    13601360    /** Accessed flag.
    1361      * Indicates that the page have been read or written to. */
     1361     * Indicates that the page has been read or written to. */
    13621362    uint32_t    u1Accessed : 1;
    13631363    /** Reserved / Ignored (dirty bit). */
     
    14451445    unsigned    u1Accessed : 1;
    14461446    /** Dirty flag.
    1447      * Indicates that the page have been written to. */
     1447     * Indicates that the page has been written to. */
    14481448    unsigned    u1Dirty : 1;
    14491449    /** Page size flag - always 1 for 4MB entries. */
     
    14881488    uint32_t    u1Accessed : 1;
    14891489    /** Dirty flag.
    1490      * Indicates that the page have been written to. */
     1490     * Indicates that the page has been written to. */
    14911491    uint32_t    u1Dirty : 1;
    14921492    /** Page size flag - always 1 for 2MB entries. */
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