VirtualBox

Changeset 33928 in vbox


Ignore:
Timestamp:
Nov 10, 2010 9:16:40 AM (14 years ago)
Author:
vboxsync
Message:

DevPS2: typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Input/DevPS2.cpp

    r33540 r33928  
    16971697 * @copydoc FNPDMDEVRELOCATE
    16981698 */
    1699 static DECLCALLBACK(void) kdbRelocate(PPDMDEVINS pDevIns, RTGCINTPTR offDelta)
     1699static DECLCALLBACK(void) kbdRelocate(PPDMDEVINS pDevIns, RTGCINTPTR offDelta)
    17001700{
    17011701    KBDState   *pThis = PDMINS_2_DATA(pDevIns, KBDState *);
     
    18481848    kbdDestruct,
    18491849    /* pfnRelocate */
    1850     kdbRelocate,
     1850    kbdRelocate,
    18511851    /* pfnIOCtl */
    18521852    NULL,
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