VirtualBox

Ignore:
Timestamp:
Aug 27, 2019 4:43:47 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132923
Message:

VBoxUSBMon: Typo fixes.

Location:
trunk/src/VBox/HostDrivers/VBoxUSB/win/mon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbFlt.cpp

    r80431 r80436  
    10651065    if (RT_SUCCESS(rc))
    10661066    {
    1067         LOG(("ADDED filer id 0x%p", uId));
     1067        LOG(("ADDED filter id 0x%p", uId));
    10681068        ASSERT_WARN(uId, ("uid is NULL"));
    10691069#ifdef VBOX_USBMON_WITH_FILTER_AUTOAPPLY
     
    13891389        WARN(("failed to get device for PDO(0x%p)", pPdo));
    13901390    }
    1391     else if (pDevice->enmState = VBOXUSBFLT_DEVSTATE_CAPTURING)
     1391    else if (pDevice->enmState == VBOXUSBFLT_DEVSTATE_CAPTURING)
    13921392    {
    13931393        pDevice->enmState = VBOXUSBFLT_DEVSTATE_CAPTURED;
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.cpp

    r80207 r80436  
    10421042    if (Status != STATUS_SUCCESS)
    10431043    {
    1044         WARN(("vboxUsbMonContextClose failed, Status (0x%x), prefent unload", Status));
     1044        WARN(("vboxUsbMonContextClose failed, Status (0x%x), prevent unload", Status));
    10451045        if (!InterlockedExchange(&g_VBoxUsbMonGlobals.ulPreventUnloadOn, 1))
    10461046        {
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