diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-12-26 22:41:41 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-12-26 22:41:41 +0000 |
commit | e4674c157727b2f38ab523d029260028801f68ab (patch) | |
tree | 87e083c99ae1abfef62b779da9c295a1cac13a1d /sys/dev/usb/ohci.c | |
parent | f0a3db26b27e64fcc3186184254e8eceb166ae4f (diff) |
strored -> stored
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 8d2f5ead0fc..cf851294651 100644 --- a/sys/dev/usb/ohci.c +++ b/sys/dev/usb/ohci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ohci.c,v 1.51 2004/09/30 11:33:56 dlg Exp $ */ +/* $OpenBSD: ohci.c,v 1.52 2004/12/26 22:41:40 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 $ */ @@ -103,7 +103,7 @@ int ohcidebug = 0; /* * The OHCI controller is little endian, so on big endian machines - * the data strored in memory needs to be swapped. + * the data stored in memory needs to be swapped. */ #if defined(__FreeBSD__) #if BYTE_ORDER == BIG_ENDIAN |