diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2002-04-07 16:38:14 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2002-04-07 16:38:14 +0000 |
| commit | cea1dfbfb8297db4a75ca511e1490c9808b9fd74 (patch) | |
| tree | 6f14d128b268023ddccff41b47736273d6d52f1f /sys/dev | |
| parent | a243e676fe2ee20a770611dcb4d36bdd5fb74b88 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/uhci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index 1fa9cf1a7cf2..94026b43de80 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -1,4 +1,4 @@ -/* $NetBSD: uhci.c,v 1.147 2001/11/21 02:38:36 augustss Exp $ */ +/* $NetBSD: uhci.c,v 1.148 2001/11/21 12:25:55 augustss Exp $ */ /* $FreeBSD$ */ /* @@ -579,7 +579,7 @@ uhci_allocm(struct usbd_bus *bus, usb_dma_t *dma, u_int32_t size) /* * XXX * Since we are allocating a buffer we can assume that we will - * need TDs for it. Since we don't want to alolocate those from + * need TDs for it. Since we don't want to allocate those from * an interrupt context, we allocate them here and free them again. * This is no guarantee that we'll get the TDs next time... */ |
