VirtualBox

Changeset 68117 in vbox for trunk


Ignore:
Timestamp:
Jul 26, 2017 9:10:09 AM (7 years ago)
Author:
vboxsync
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVModes.cpp

    r68115 r68117  
    240240    if (cbSurfMem > vramSize)
    241241    {
    242         WARN(("resolition %dx%d too big for available VRAM (%d bytes)\n", pResolution->cx, pResolution->cy, vramSize));
     242        WARN(("resolution %dx%d too big for available VRAM (%d bytes)\n", pResolution->cx, pResolution->cy, vramSize));
    243243        return VERR_NOT_SUPPORTED;
    244244    }
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