diff options
| author | Rui Paulo <rpaulo@FreeBSD.org> | 2009-09-23 17:48:16 +0000 |
|---|---|---|
| committer | Rui Paulo <rpaulo@FreeBSD.org> | 2009-09-23 17:48:16 +0000 |
| commit | 0be30211952547886874ab36bad80776f3b9e95c (patch) | |
| tree | d118c66410a9425a7bb7fc7a8b7c00d846043d9e /sys/dev/mwl | |
| parent | d95e7f5a7a1b87adc6f31e7aa26581f8c6372905 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mwl')
| -rw-r--r-- | sys/dev/mwl/if_mwl.c | 2 |
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; |
