1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00

Fix typo.

This commit is contained in:
Hans Petter Selasky 2013-03-13 15:42:04 +00:00
parent 23de050b72
commit a1a10f530c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=248247

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);