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/ohci.c | |
parent | 6fce3b37edc744b1f3a2d2bd374c7f4d91075bb1 (diff) |
More typos (especially indicies -> indices), checked with jmc@
Diffstat (limited to 'sys/dev/usb/ohci.c')
-rw-r--r-- | sys/dev/usb/ohci.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ }; |