summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_atu.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-11-25 16:40:05 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-11-25 16:40:05 +0000
commit090a3faf71dd1aa0dc3bc84defc38b7ff3aa3161 (patch)
tree86d3f30c92a2e4f07f74565a318a64b039c93a51 /sys/dev/usb/if_atu.c
parent83ffcdaf38bb4533511a7ca1727d35d0af1172fb (diff)
spelling fixes, from Martynas Venckus;
Diffstat (limited to 'sys/dev/usb/if_atu.c')
-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 b595de6dc3a..baeebb207cf 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.89 2007/10/11 18:33:13 deraadt Exp $ */
+/* $OpenBSD: if_atu.c,v 1.90 2007/11/25 16:40:03 jmc Exp $ */
/*
* Copyright (c) 2003, 2004
* Daan Vreeken <Danovitsch@Vitsch.net>. All rights reserved.
@@ -717,7 +717,7 @@ atu_initial_config(struct atu_softc *sc)
/*
* TODO:
* read reg domain MIB_PHY @ 0x17 (1 byte), (reply = 0x30)
- * we should do something usefull with this info. right now it's just
+ * we should do something useful with this info. right now it's just
* ignored
*/
err = atu_get_mib(sc, MIB_PHY__REG_DOMAIN, &reg_domain);