Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2009 17:48:17 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r197441 - head/sys/dev/mwl
Message-ID:  <200909231748.n8NHmHRj070319@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909231748.n8NHmHRj070319>