Author: hselasky Date: Fri Aug 10 14:44:04 2012 New Revision: 239176 URL: http://svn.freebsd.org/changeset/base/239176
Log: Fix spelling. MFC after: 2 weeks Modified: head/sys/dev/usb/usb_device.h Modified: head/sys/dev/usb/usb_device.h ============================================================================== --- head/sys/dev/usb/usb_device.h Fri Aug 10 13:36:33 2012 (r239175) +++ head/sys/dev/usb/usb_device.h Fri Aug 10 14:44:04 2012 (r239176) @@ -33,7 +33,7 @@ struct usb_fs_privdata; #define USB_CTRL_XFER_MAX 2 -/* "usb_parse_config()" commands */ +/* "usb_config_parse()" commands */ #define USB_CFG_ALLOC 0 #define USB_CFG_FREE 1 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
