svn commit: r197441 - head/sys/dev/mwl

Rui Paulo rpaulo at FreeBSD.org
Wed Sep 23 17:48:17 UTC 2009


Author: rpaulo
Date: Wed Sep 23 17:48:16 2009
New Revision: 197441
URL: http://svn.freebsd.org/changeset/base/197441

Log:
  Replace 'can not' with 'cannot' so that we use 'cannot' everywhere.

Modified:
  head/sys/dev/mwl/if_mwl.c

Modified: head/sys/dev/mwl/if_mwl.c
==============================================================================
--- head/sys/dev/mwl/if_mwl.c	Wed Sep 23 15:56:09 2009	(r197440)
+++ head/sys/dev/mwl/if_mwl.c	Wed Sep 23 17:48:16 2009	(r197441)
@@ -304,7 +304,7 @@ mwl_attach(uint16_t devid, struct mwl_so
 
 	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;


More information about the svn-src-head mailing list