diff options
Diffstat (limited to 'sys/dev/usb/usb_port.h')
-rw-r--r-- | sys/dev/usb/usb_port.h | 4 |
1 files changed, 2 insertions, 2 deletions
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) |