VirtualBox

Changeset 51562 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 6, 2014 5:22:34 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
94220
Message:

VMM/IEMInternal: comment typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/IEMInternal.h

    r51182 r51562  
    190190typedef struct IEMCPU
    191191{
    192     /** Pointer to the CPU context - ring-3 contex. */
     192    /** Pointer to the CPU context - ring-3 context. */
    193193    R3PTRTYPE(PCPUMCTX)     pCtxR3;
    194     /** Pointer to the CPU context - ring-0 contex. */
     194    /** Pointer to the CPU context - ring-0 context. */
    195195    R0PTRTYPE(PCPUMCTX)     pCtxR0;
    196     /** Pointer to the CPU context - raw-mode contex. */
     196    /** Pointer to the CPU context - raw-mode context. */
    197197    RCPTRTYPE(PCPUMCTX)     pCtxRC;
    198198
Note: See TracChangeset for help on using the changeset viewer.

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