summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/usb_request.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usb_request.c b/sys/dev/usb/usb_request.c
index d24a39f..673ec7c 100644
--- a/sys/dev/usb/usb_request.c
+++ b/sys/dev/usb/usb_request.c
@@ -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);
OpenPOWER on IntegriCloud