Small grammar nit in a printf message.

This commit is contained in:
Joel Dahl 2010-10-12 11:05:32 +00:00
parent 1784fdea2e
commit 4e33fc946d

View File

@ -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);
}