Author: hselasky Date: Thu Sep 20 15:11:59 2012 New Revision: 240750 URL: http://svn.freebsd.org/changeset/base/240750
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 Thu Sep 20 15:05:57 2012 (r240749) +++ head/sys/dev/usb/usb_request.c Thu Sep 20 15:11:59 2012 (r240750) @@ -87,7 +87,7 @@ struct usb_ctrl_debug { int bus_index; /* target bus */ int dev_index; /* target address */ int ds_fail; /* fail data stage */ - int ss_fail; /* fail data stage */ + int ss_fail; /* fail status stage */ int ds_delay; /* data stage delay in ms */ int ss_delay; /* status stage delay in ms */ int bmRequestType_value; _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"