diff options
| author | drochner <drochner@NetBSD.org> | 2004-07-22 18:45:40 +0000 |
|---|---|---|
| committer | drochner <drochner@NetBSD.org> | 2004-07-22 18:45:40 +0000 |
| commit | 7f3933adae3ad41c009db9895c69c88ee7a75a4e (patch) | |
| tree | 9050dda83f09ad062202ed21342a99a222d61cd2 /sys/dev/usb | |
| parent | 458288a6268dbcae17521ee6a2825ce41a73ff7b (diff) | |
typo in comment
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/uhci.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index 557c9ce2f3e..045bbc98e98 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -1,4 +1,4 @@ -/* $NetBSD: uhci.c,v 1.180 2004/07/17 20:12:03 mycroft Exp $ */ +/* $NetBSD: uhci.c,v 1.181 2004/07/22 18:45:40 drochner Exp $ */ /* $FreeBSD: src/sys/dev/usb/uhci.c,v 1.33 1999/11/17 22:33:41 n_hibma Exp $ */ /* @@ -49,7 +49,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.180 2004/07/17 20:12:03 mycroft Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.181 2004/07/22 18:45:40 drochner Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -112,7 +112,7 @@ int uhcinoloop = 0; /* * The UHCI 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__) || defined(__OpenBSD__) #if BYTE_ORDER == BIG_ENDIAN |
