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 | |
parent | f0a3db26b27e64fcc3186184254e8eceb166ae4f (diff) |
strored -> stored
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/ohci.c | 4 | ||||
-rw-r--r-- | sys/dev/usb/usb_port.h | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index d35379fd545..b0a503aaa19 100644 --- a/sys/dev/usb/usb_port.h +++ b/sys/dev/usb/usb_port.h @@ -1,4 +1,4 @@ -/* $OpenBSD: usb_port.h,v 1.54 2004/12/12 06:13:15 dlg Exp $ */ +/* $OpenBSD: usb_port.h,v 1.55 2004/12/26 22:41:40 miod Exp $ */ /* $NetBSD: usb_port.h,v 1.62 2003/02/15 18:33:30 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb_port.h,v 1.21 1999/11/17 22:33:47 n_hibma Exp $ */ @@ -265,7 +265,7 @@ typedef struct proc *usb_proc_ptr; /* * The UHCI/OHCI controllers are 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(letoh32) |