VirtualBox

Changeset 88582 in vbox for trunk/src


Ignore:
Timestamp:
Apr 19, 2021 3:53:53 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
143880
Message:

PDMInternal.h: Comment typo.

File:
1 edited

Legend:

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

    r88563 r88582  
    792792typedef struct PDMIOAPIC
    793793{
    794     /** Pointer to the APIC device instance - R3 Ptr. */
     794    /** Pointer to the I/O APIC device instance - R3 Ptr. */
    795795    PPDMDEVINSR3                    pDevInsR3;
    796796    /** @copydoc PDMIOAPICREG::pfnSetIrq */
     
    801801    DECLR3CALLBACKMEMBER(VBOXSTRICTRC, pfnSetEoiR3,(PPDMDEVINS pDevIns, uint8_t u8Vector));
    802802
    803     /** Pointer to the PIC device instance - R0. */
     803    /** Pointer to the I/O  APIC device instance - R0. */
    804804    PPDMDEVINSR0                    pDevInsR0;
    805805    /** @copydoc PDMIOAPICREG::pfnSetIrq */
     
    810810    DECLR0CALLBACKMEMBER(VBOXSTRICTRC, pfnSetEoiR0,(PPDMDEVINS pDevIns, uint8_t u8Vector));
    811811
    812     /** Pointer to the APIC device instance - RC Ptr. */
     812    /** Pointer to the I/O APIC device instance - RC Ptr. */
    813813    PPDMDEVINSRC                    pDevInsRC;
    814814    /** @copydoc PDMIOAPICREG::pfnSetIrq */
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