summaryrefslogtreecommitdiff
path: root/sys/dev/mwl
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2009-09-23 17:48:16 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2009-09-23 17:48:16 +0000
commit0be30211952547886874ab36bad80776f3b9e95c (patch)
treed118c66410a9425a7bb7fc7a8b7c00d846043d9e /sys/dev/mwl
parentd95e7f5a7a1b87adc6f31e7aa26581f8c6372905 (diff)
Notes
Diffstat (limited to 'sys/dev/mwl')
-rw-r--r--sys/dev/mwl/if_mwl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mwl/if_mwl.c b/sys/dev/mwl/if_mwl.c
index 53dddfccb015..4a1dc8ab5782 100644
--- a/sys/dev/mwl/if_mwl.c
+++ b/sys/dev/mwl/if_mwl.c
@@ -304,7 +304,7 @@ mwl_attach(uint16_t devid, struct mwl_softc *sc)
ifp = sc->sc_ifp = if_alloc(IFT_IEEE80211);
if (ifp == NULL) {
- device_printf(sc->sc_dev, "can not if_alloc()\n");
+ device_printf(sc->sc_dev, "cannot if_alloc()\n");
return ENOSPC;
}
ic = ifp->if_l2com;