diff options
author | pfg <pfg@FreeBSD.org> | 2016-05-02 17:44:03 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2016-05-02 17:44:03 +0000 |
commit | 57a0ef83ece3439b0c3728418ba99fca6d994cb4 (patch) | |
tree | 9305b081ade7f0a755e9f99f1b7daf8e424962df /sys/dev/usb/usb_handle_request.c | |
parent | 6ce01c2d90ee54ebc392d273c0f3e9d7af3a11b7 (diff) | |
download | FreeBSD-src-57a0ef83ece3439b0c3728418ba99fca6d994cb4.zip FreeBSD-src-57a0ef83ece3439b0c3728418ba99fca6d994cb4.tar.gz |
dev/usb: minor spelling fixes in comments.
No functional change.
Reviewed by: hselasky
Diffstat (limited to 'sys/dev/usb/usb_handle_request.c')
-rw-r--r-- | sys/dev/usb/usb_handle_request.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_handle_request.c b/sys/dev/usb/usb_handle_request.c index 7f3cdc6..fcbdf95 100644 --- a/sys/dev/usb/usb_handle_request.c +++ b/sys/dev/usb/usb_handle_request.c @@ -313,7 +313,7 @@ tr_repeat: case UR_SET_INTERFACE: /* * We assume that the endpoints are the same - * accross the alternate settings. + * across the alternate settings. * * Reset the endpoints, because re-attaching * only a part of the device is not possible. |