VirtualBox

Changeset 54381 in vbox


Ignore:
Timestamp:
Feb 23, 2015 12:07:20 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98476
Message:

Typo fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/DevOHCI.cpp

    r54072 r54381  
    37363736            if (pThis->aInFlight[i].fInactive
    37373737                && pUrb->enmState == VUSBURBSTATE_IN_FLIGHT
    3738                 && !pUrb->enmType == VUSBXFERTYPE_CTRL)
     3738                && pUrb->enmType != VUSBXFERTYPE_CTRL)
    37393739                pThis->RootHub.pIRhConn->pfnCancelUrbsEp(pThis->RootHub.pIRhConn, pUrb);
    37403740        }
     
    50475047};
    50485048
    5049 /* Quick way to determine how many op regs are valid. Since at least one port must 
     5049/* Quick way to determine how many op regs are valid. Since at least one port must
    50505050 * be configured (and no more than 15), there will be between 22 and 36 registers.
    50515051 */
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