summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2004-12-26 22:41:40 +0000
committermiod <miod@openbsd.org>2004-12-26 22:41:40 +0000
commit76977bfeee081a3adec42059788ae43536223cb0 (patch)
treeca783a5b099336d78ce8a99e09367b40e849a574
parent_C_LABEL(foo) -> foo when in comments. (diff)
downloadwireguard-openbsd-76977bfeee081a3adec42059788ae43536223cb0.tar.xz
wireguard-openbsd-76977bfeee081a3adec42059788ae43536223cb0.zip
strored -> stored
-rw-r--r--sys/dev/usb/ohci.c4
-rw-r--r--sys/dev/usb/usb_port.h4
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)