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/controller/ehci.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/controller/ehci.c')
-rw-r--r-- | sys/dev/usb/controller/ehci.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ }; |