VirtualBox

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/Additions/WINNT/Graphics/Display/wddm
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispCm.cpp

    r33116 r33540  
    172172
    173173    pCmd->EscapeHdr.escapeCode = VBOXESC_GETVBOXVIDEOCMCMD;
    174     /* lock to ensure the context is not distructed */
     174    /* lock to ensure the context is not destroyed */
    175175    EnterCriticalSection(&pSession->CritSect);
    176176    /* use any context for identifying the kernel CmSession. We're using the first one */
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.cpp

    r33418 r33540  
    10371037        uint32_t cbFormatOps = cFormats * sizeof (FORMATOP);
    10381038        cbFormatOps = (cbFormatOps + 7) & ~3;
    1039         /* ensure the surf descs are 8 byte alligned */
     1039        /* ensure the surf descs are 8 byte aligned */
    10401040        uint32_t offSurfDescs = (cbFormatOps + 7) & ~3;
    10411041        uint32_t cbSurfDescs = cSurfDescs * sizeof (DDSURFACEDESC);
     
    14531453    case D3DDDIPOOL_LOCALVIDMEM:
    14541454    case D3DDDIPOOL_NONLOCALVIDMEM:
    1455         /* @todo: what would be propper here? */
     1455        /* @todo: what would be proper here? */
    14561456        return D3DPOOL_DEFAULT;
    14571457    default:
     
    38033803            {
    38043804                hr = pDevice9If->DrawPrimitive(pData->PrimitiveType,
    3805                         0 /* <- since we use our owne StreamSource buffer which has data at the very beginning*/,
     3805                        0 /* <- since we use our own StreamSource buffer which has data at the very beginning*/,
    38063806                        pData->PrimitiveCount);
    38073807                Assert(hr == S_OK);
     
    73827382        else
    73837383        {
    7384             /* this is a "generic" resource whose creation is initiaded by the UMD */
     7384            /* this is a "generic" resource whose creation is initiated by the UMD */
    73857385            Assert(pData->PrivateDriverDataSize == sizeof (VBOXWDDM_RCINFO));
    73867386            if (pData->PrivateDriverDataSize == sizeof (VBOXWDDM_RCINFO))
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3DIf.cpp

    r32281 r33540  
    101101
    102102        Assert(bResult != -1);
    103         if(bResult == -1) /* error occured */
     103        if(bResult == -1) /* error occurred */
    104104            break;
    105105
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxScreen.cpp

    r33116 r33540  
    450450        }
    451451
    452         if(bResult == -1) /* error occured */
     452        if(bResult == -1) /* error occurred */
    453453        {
    454454            DWORD winEr = GetLastError();
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