svn commit: r213719 - head/sys/dev/bwn

Joel Dahl joel at FreeBSD.org
Tue Oct 12 11:05:33 UTC 2010


Author: joel (doc committer)
Date: Tue Oct 12 11:05:32 2010
New Revision: 213719
URL: http://svn.freebsd.org/changeset/base/213719

Log:
  Small grammar nit in a printf message.

Modified:
  head/sys/dev/bwn/if_bwn.c

Modified: head/sys/dev/bwn/if_bwn.c
==============================================================================
--- head/sys/dev/bwn/if_bwn.c	Tue Oct 12 10:04:44 2010	(r213718)
+++ head/sys/dev/bwn/if_bwn.c	Tue Oct 12 11:05:32 2010	(r213719)
@@ -2907,7 +2907,7 @@ bwn_set_channel(struct ieee80211com *ic)
 			bwn_rf_turnon(mac);
 			if (!(mac->mac_flags & BWN_MAC_FLAG_RADIO_ON))
 				device_printf(sc->sc_dev,
-				    "please turns on the RF switch\n");
+				    "please turn on the RF switch\n");
 		} else
 			bwn_rf_turnoff(mac);
 	}


More information about the svn-src-all mailing list