VirtualBox

Changeset 33540 in vbox for trunk/src/VBox/Devices/VMMDev


Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67140
Message:

*: spelling fixes, thanks Timeless!

Location:
trunk/src/VBox/Devices/VMMDev
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VMMDev.cpp

    r33303 r33540  
    25502550    SSMR3PutU32(pSSM, pThis->u32GuestFilterMask);
    25512551    SSMR3PutU32(pSSM, pThis->u32HostEventFlags);
    2552     /* The following is not strictly necessary as PGM restors MMIO2, keeping it for historical reasons. */
     2552    /* The following is not strictly necessary as PGM restores MMIO2, keeping it for historical reasons. */
    25532553    SSMR3PutMem(pSSM, &pThis->pVMMDevRAMR3->V, sizeof(pThis->pVMMDevRAMR3->V));
    25542554
  • trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp

    r29743 r33540  
    21992199/** @todo no longer necessary to forward to EMT, but it might be more
    22002200 *        efficient...? */
    2201     /* Not safe to execute asynchroneously; forward to EMT */
     2201    /* Not safe to execute asynchronously; forward to EMT */
    22022202    int rc = VMR3ReqCallVoidNoWait(PDMDevHlpGetVM(pVMMDevState->pDevIns), VMCPUID_ANY,
    22032203                                   (PFNRT)hgcmCompletedWorker, 3, pInterface, result, pCmd);
     
    23912391            }
    23922392
    2393             /* Allocate only VBOXHGCMCMD structure. vmmdevHGCMLoadStateDone will rellocate the command
    2394              * with aditional space for parameters and for pointer/pagelists buffer.
     2393            /* Allocate only VBOXHGCMCMD structure. vmmdevHGCMLoadStateDone will reallocate the command
     2394             * with additional space for parameters and for pointer/pagelists buffer.
    23952395             */
    23962396            PVBOXHGCMCMD pCmd = (PVBOXHGCMCMD)RTMemAllocZ (sizeof (VBOXHGCMCMD));
  • trunk/src/VBox/Devices/VMMDev/VMMDevState.h

    r32596 r33540  
    262262    /** Core id of the CPU to change */
    263263    uint32_t            idCpuCore;
    264     /** Package id of the CPU to changhe */
     264    /** Package id of the CPU to change */
    265265    uint32_t            idCpuPackage;
    266266
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