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/controller/ehci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/usb/controller/ehci.c') diff --git a/sys/dev/usb/controller/ehci.c b/sys/dev/usb/controller/ehci.c index 7f9547c..e7c85a1 100644 --- a/sys/dev/usb/controller/ehci.c +++ b/sys/dev/usb/controller/ehci.c @@ -2995,7 +2995,7 @@ struct usb_device_descriptor ehci_devd = UDPROTO_HSHUBSTT, /* protocol */ 64, /* max packet */ {0}, {0}, {0x00, 0x01}, /* device id */ - 1, 2, 0, /* string indicies */ + 1, 2, 0, /* string indexes */ 1 /* # of configurations */ }; -- cgit v1.1