summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_wi_usb.c
diff options
context:
space:
mode:
authorMichael Knudsen <mk@cvs.openbsd.org>2007-09-12 18:45:15 +0000
committerMichael Knudsen <mk@cvs.openbsd.org>2007-09-12 18:45:15 +0000
commit686a66fd14ac65920ed413c064f082baa2c970c6 (patch)
treedc48e3d2d3c07561ce469e12baed7b1b301d8766 /sys/dev/usb/if_wi_usb.c
parentcdd25cbf34611ba7748b414a7991ac18b7611803 (diff)
There is no such word as `detatch'.
ok mglocker
Diffstat (limited to 'sys/dev/usb/if_wi_usb.c')
-rw-r--r--sys/dev/usb/if_wi_usb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_wi_usb.c b/sys/dev/usb/if_wi_usb.c
index da4b6ee0389..12265c62103 100644
--- a/sys/dev/usb/if_wi_usb.c
+++ b/sys/dev/usb/if_wi_usb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_wi_usb.c,v 1.42 2007/06/14 10:11:15 mbalmer Exp $ */
+/* $OpenBSD: if_wi_usb.c,v 1.43 2007/09/12 18:45:14 mk Exp $ */
/*
* Copyright (c) 2003 Dale Rahn. All rights reserved.
@@ -422,7 +422,7 @@ wi_usb_detach(struct device *self, int flags)
/* tasks? */
s = splusb();
- /* detatch wi */
+ /* detach wi */
if (!(wsc->wi_flags & WI_FLAGS_ATTACHED)) {
printf("%s: already detached\n", sc->wi_usb_dev.dv_xname);