summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2006-12-21 02:28:48 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2006-12-21 02:28:48 +0000
commit0341bd4e4d803a69c507fcae2e9e2e04c411de43 (patch)
tree15f77acd721dcd7226671c21d9c32b70ba13a35e /sys/dev/usb
parentb97d3a247d2849230c1740f0b8cde49f227e2540 (diff)
'tranfer' -> 'transfer' in comments.
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/if_atu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_atu.c b/sys/dev/usb/if_atu.c
index 269a3d7c288..d9be2e704b3 100644
--- a/sys/dev/usb/if_atu.c
+++ b/sys/dev/usb/if_atu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_atu.c,v 1.77 2006/11/26 17:20:33 jsg Exp $ */
+/* $OpenBSD: if_atu.c,v 1.78 2006/12/21 02:28:47 krw Exp $ */
/*
* Copyright (c) 2003, 2004
* Daan Vreeken <Danovitsch@Vitsch.net>. All rights reserved.
@@ -2249,7 +2249,7 @@ atu_watchdog(struct ifnet *ifp)
/*
* TODO:
- * we should change this since we have multiple TX tranfers...
+ * we should change this since we have multiple TX transfers...
*/
for (cnt = 0; cnt < ATU_TX_LIST_CNT; cnt++) {
c = &sc->atu_cdata.atu_tx_chain[cnt];