VirtualBox

Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (14 years ago)
Author:
vboxsync
Message:

*: spelling fixes, thanks Timeless!

Location:
trunk/src/VBox/Additions/WINNT/Graphics/Miniport
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.cpp

    r33048 r33540  
    139139        else
    140140        {
    141             /* Retry using old inteface. */
     141            /* Retry using old interface. */
    142142            AssertCompile(sizeof(VMMDevVideoModeSupportedRequest2) >= sizeof(VMMDevVideoModeSupportedRequest));
    143143            VMMDevVideoModeSupportedRequest *req = (VMMDevVideoModeSupportedRequest *)req2;
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxHGSMI.h

    r28800 r33540  
    9999typedef struct VBOXVIDEOPORTPROCS
    100100{
    101     /* ored VBOXVIDEOPORTPROCS_xxx constants describing the supported functyionality */
     101    /* ored VBOXVIDEOPORTPROCS_xxx constants describing the supported functionality */
    102102    uint32_t fSupportedTypes;
    103103
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideoHGSMI.cpp

    r33532 r33540  
    863863    if (p->fu32Flags & VBOX_MOUSE_POINTER_SHAPE)
    864864    {
    865         /* If shape is supplied, then alway create the pointer visible.
     865        /* If shape is supplied, then always create the pointer visible.
    866866         * See comments in 'vboxUpdatePointerShape'
    867867         */
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoCm.cpp

    r33530 r33540  
    4545    /* commands list  */
    4646    LIST_ENTRY CommandsList;
    47     /* event used to notify UMD about penging commands */
     47    /* event used to notify UMD about pending commands */
    4848    PKEVENT pUmEvent;
    49     /* synch lock */
     49    /* sync lock */
    5050    FAST_MUTEX Mutex;
    5151    /* indicates whether event signaling is needed on cmd add */
     
    149149
    150150/**
    151  * @param pvCmd memory byffer returned by vboxVideoCmCmdCreate
     151 * @param pvCmd memory buffer returned by vboxVideoCmCmdCreate
    152152 * @param cbSize should be <= cbSize posted to vboxVideoCmCmdCreate on command creation
    153153 */
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVhwa.cpp

    r33252 r33540  
    731731
    732732    int rc = VINF_SUCCESS;
    733     /* @todo: need a better synch */
     733    /* @todo: need a better sync */
    734734    uint32_t cNew = ASMAtomicIncU32(&pSource->Vhwa.cOverlaysCreated);
    735735    if (cNew == 1)
     
    774774    Assert(!!(pSource->Vhwa.Settings.fFlags & VBOXVHWA_F_ENABLED));
    775775
    776     /* @todo: need a better synch */
     776    /* @todo: need a better sync */
    777777    uint32_t cNew = ASMAtomicDecU32(&pSource->Vhwa.cOverlaysCreated);
    778778    int rc = VINF_SUCCESS;
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVidPn.cpp

    r33252 r33540  
    832832            if (vboxVidPnMatchVideoSignal(&dummyMode.VideoSignalInfo, &pMonitorSMI->VideoSignalInfo))
    833833            {
    834                 /* mark it as unneened */
     834                /* mark it as unneeded */
    835835                pData->pResolutions[i].cx = 0;
    836836                break;
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.cpp

    r33531 r33540  
    12391239            pCaps->SchedulingCaps.MultiEngineAware = 1;
    12401240            pCaps->MemoryManagementCaps.Value = 0;
    1241             /* @todo: this corelates with pCaps->SchedulingCaps.MultiEngineAware */
     1241            /* @todo: this correlates with pCaps->SchedulingCaps.MultiEngineAware */
    12421242            pCaps->MemoryManagementCaps.PagingNode = 0;
    1243             /* @todo: this corelates with pCaps->SchedulingCaps.MultiEngineAware */
     1243            /* @todo: this correlates with pCaps->SchedulingCaps.MultiEngineAware */
    12441244            pCaps->GpuEngineTopology.NbAsymetricProcessingNodes = 1;
    12451245
     
    36363636                    pModeInfos, cModeInfos, &cModeInfos2, &iPreferredModeInfo);
    36373637            Assert(Status == STATUS_SUCCESS);
    3638             Assert(iPreferredModeInfo >= 0); /* the array should contain the preffered info */
     3638            Assert(iPreferredModeInfo >= 0); /* the array should contain the preferred info */
    36393639            if (Status != STATUS_SUCCESS)
    36403640                drprintf((__FUNCTION__": second call to VBoxWddmGetModesForResolution failed Status(0x%x), cModeInfos(%d), cModeInfos2(%d)\n", Status, cModeInfos, cModeInfos2));
     
    40484048            }
    40494049
    4050             /* error has occured, release & break */
     4050            /* error has occurred, release & break */
    40514051            pRecommendMonitorModesArg->pMonitorSourceModeSetInterface->pfnReleaseModeInfo(
    40524052                    pRecommendMonitorModesArg->hMonitorSourceModeSet, pNewMonitorSourceModeInfo);
     
    42694269                             * need to return it back to the UMD (User Mode Drive) */
    42704270                            pAllocInfo->SurfDesc = pAllocation->SurfDesc;
    4271                             /* success, just contionue */
     4271                            /* success, just continue */
    42724272                            continue;
    42734273                        }
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