usb_serial: Fix typo Alex made.

This commit is contained in:
Augustin Cavalier
2017-04-25 11:06:56 -04:00
parent 3f2162c629
commit df2961ae19
@@ -63,7 +63,7 @@ ACMDevice::AddDevice(const usb_configuration_info *config)
// Some ACM USB devices report the wrong unions which rightfully
// breaks probing. Some drivers keep a list of these devices,
// for now we just assume idential indexes are wrong.
// for now we just assume identical indexes are wrong.
if (masterIndex == slaveIndex) {
TRACE_ALWAYS("Command interface matches data interface, "
"assuming broken union quirk!\n");