summaryrefslogtreecommitdiffstats
path: root/sys/dev/mwl
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2009-09-23 17:48:16 +0000
committerrpaulo <rpaulo@FreeBSD.org>2009-09-23 17:48:16 +0000
commit0ac2765e98f91fb16f68a358828c8a4c9c3726c5 (patch)
treed118c66410a9425a7bb7fc7a8b7c00d846043d9e /sys/dev/mwl
parent3f9fa059d728aa84a279591b28ace3f492381d74 (diff)
downloadFreeBSD-src-0ac2765e98f91fb16f68a358828c8a4c9c3726c5.zip
FreeBSD-src-0ac2765e98f91fb16f68a358828c8a4c9c3726c5.tar.gz
Replace 'can not' with 'cannot' so that we use 'cannot' everywhere.
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 53dddfc..4a1dc8a 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;
OpenPOWER on IntegriCloud