Author: hselasky
Date: Wed Mar 13 15:42:04 2013
New Revision: 248247
URL: http://svnweb.freebsd.org/changeset/base/248247
Log:
Fix typo.
Modified:
head/sys/dev/usb/usb_request.c
Modified: head/sys/dev/usb/usb_request.c
==============================================================================
--- head/sys/dev/usb/usb_request.c Wed Mar 13 15:38:01 2013
(r248246)
+++ head/sys/dev/usb/usb_request.c Wed Mar 13 15:42:04 2013
(r248247)
@@ -1910,9 +1910,9 @@ usbd_setup_device_desc(struct usb_device
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);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"