diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-11-15 07:02:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-11-15 07:02:38 +0000 |
commit | cc00adccbb9237c547078c7edd38c29bf7cd8d1e (patch) | |
tree | fe0e8fbcaae2ad2799c932a8d52b4c0c5c80987a /sys/dev/usb | |
parent | 6fce3b37edc744b1f3a2d2bd374c7f4d91075bb1 (diff) |
More typos (especially indicies -> indices), checked with jmc@
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/ehci.c | 4 | ||||
-rw-r--r-- | sys/dev/usb/ohci.c | 4 | ||||
-rw-r--r-- | sys/dev/usb/uhci.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c index 3bed1926127..013c47a9f53 100644 --- a/sys/dev/usb/ehci.c +++ b/sys/dev/usb/ehci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ehci.c,v 1.50 2005/10/04 22:55:30 brad Exp $ */ +/* $OpenBSD: ehci.c,v 1.51 2005/11/15 07:02:37 miod Exp $ */ /* $NetBSD: ehci.c,v 1.66 2004/06/30 03:11:56 mycroft Exp $ */ /* @@ -1562,7 +1562,7 @@ Static usb_device_descriptor_t ehci_devd = { UDPROTO_HSHUBSTT, /* protocol */ 64, /* max packet */ {0},{0},{0x00,0x01}, /* device id */ - 1,2,0, /* string indicies */ + 1,2,0, /* string indices */ 1 /* # of configurations */ }; diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c index b4b3c9dc87f..136070e9045 100644 --- a/sys/dev/usb/ohci.c +++ b/sys/dev/usb/ohci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ohci.c,v 1.62 2005/10/04 22:55:30 brad Exp $ */ +/* $OpenBSD: ohci.c,v 1.63 2005/11/15 07:02:37 miod Exp $ */ /* $NetBSD: ohci.c,v 1.139 2003/02/22 05:24:16 tsutsui Exp $ */ /* $FreeBSD: src/sys/dev/usb/ohci.c,v 1.22 1999/11/17 22:33:40 n_hibma Exp $ */ @@ -2309,7 +2309,7 @@ Static usb_device_descriptor_t ohci_devd = { UDPROTO_FSHUB, 64, /* max packet */ {0},{0},{0x00,0x01}, /* device id */ - 1,2,0, /* string indicies */ + 1,2,0, /* string indices */ 1 /* # of configurations */ }; diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index bad1eec9e77..caafb124f0d 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uhci.c,v 1.39 2005/10/04 22:55:30 brad Exp $ */ +/* $OpenBSD: uhci.c,v 1.40 2005/11/15 07:02:37 miod Exp $ */ /* $NetBSD: uhci.c,v 1.172 2003/02/23 04:19:26 simonb Exp $ */ /* $FreeBSD: src/sys/dev/usb/uhci.c,v 1.33 1999/11/17 22:33:41 n_hibma Exp $ */ @@ -2921,7 +2921,7 @@ usb_device_descriptor_t uhci_devd = { UDPROTO_FSHUB, /* protocol */ 64, /* max packet */ {0},{0},{0x00,0x01}, /* device id */ - 1,2,0, /* string indicies */ + 1,2,0, /* string indices */ 1 /* # of configurations */ }; |