VirtualBox

Changeset 33595 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Oct 29, 2010 10:35:00 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67205
Message:

src/*: more spelling fixes (logging), thanks Timeless!

Location:
trunk/src/VBox/HostDrivers
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPLib.cpp

    r33540 r33595  
    15001500        &&  strcmp(pszModule, "VMMR0.r0"))
    15011501    {
    1502         AssertMsgFailed(("%s is importing from %s! (expected 'SUPR0.dll' or 'VMMR0.r0', case-sensitiv)\n", pvUser, pszModule));
     1502        AssertMsgFailed(("%s is importing from %s! (expected 'SUPR0.dll' or 'VMMR0.r0', case-sensitive)\n", pvUser, pszModule));
    15031503        return VERR_SYMBOL_NOT_FOUND;
    15041504    }
  • trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp

    r33540 r33595  
    664664                rc = setppriv(PRIV_SET, PRIV_EFFECTIVE, pPrivSet);
    665665                if (rc)
    666                     supR3HardenedError(rc, false, "SUPR3HardenedMain: failed to set effectives privilege set.\n");
     666                    supR3HardenedError(rc, false, "SUPR3HardenedMain: failed to set effective privilege set.\n");
    667667            }
    668668            else
  • trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c

    r28800 r33595  
    320320                                "pm-hardware-state", "needs-suspend-resume", sizeof("needs-suspend-resume"));
    321321            if (rc != DDI_PROP_SUCCESS)
    322                 LogRel((DEVICE_NAME ":Suspend/Resume notification registeration failed.\n"));
     322                LogRel((DEVICE_NAME ":Suspend/Resume notification registration failed.\n"));
    323323
    324324            /*
  • trunk/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp

    r28800 r33595  
    5050    static const RTGETOPTDEF g_aOptions[] =
    5151    {
    52         { "--interations",      'i', RTGETOPT_REQ_INT32 },
     52        { "--iterations",       'i', RTGETOPT_REQ_INT32 },
    5353        { "--hex",              'h', RTGETOPT_REQ_NOTHING },
    5454        { "--decimal",          'd', RTGETOPT_REQ_NOTHING },
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c

    r33540 r33595  
    760760            if (rc)
    761761            {
    762                 LogRel(("VBoxNetFlt: Failed to registed qdisc: %d\n", rc));
     762                LogRel(("VBoxNetFlt: Failed to registered qdisc: %d\n", rc));
    763763                return rc;
    764764            }
  • trunk/src/VBox/HostDrivers/VBoxUSB/solaris/VBoxUSB-solaris.c

    r33540 r33595  
    37093709            mutex_exit(&pState->Mtx);
    37103710            usb_pipe_isoc_xfer(pPipe, pReq, USB_FLAGS_NOSLEEP);
    3711             LogFlow((DEVICE_NAME ":vboxUSBSolarisIsocInXferError resubmmited Isoc. IN request due to immediately unavailable resources.\n"));
     3711            LogFlow((DEVICE_NAME ":vboxUSBSolarisIsocInXferError resubmitted Isoc. IN request due to immediately unavailable resources.\n"));
    37123712
    37133713            return;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette