From 57a0ef83ece3439b0c3728418ba99fca6d994cb4 Mon Sep 17 00:00:00 2001 From: pfg Date: Mon, 2 May 2016 17:44:03 +0000 Subject: dev/usb: minor spelling fixes in comments. No functional change. Reviewed by: hselasky --- sys/dev/usb/usb_handle_request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/usb/usb_handle_request.c') 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. -- cgit v1.1