Fix typo.

This commit is contained in:
hselasky 2013-03-13 15:42:04 +00:00
parent 2dd657bd7a
commit 586e58b27c

View File

@ -1910,9 +1910,9 @@ usbd_setup_device_desc(struct usb_device *udev, struct mtx *mtx)
break;
default:
DPRINTF("Minimum MaxPacketSize is large enough "
DPRINTF("Minimum bMaxPacketSize is large enough "
"to hold the complete device descriptor or "
"only once MaxPacketSize choice\n");
"only one bMaxPacketSize choice\n");
/* get the full device descriptor */
err = usbd_req_get_device_desc(udev, mtx, &udev->ddesc);