mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Small grammar nit in a printf message.
This commit is contained in:
parent
1784fdea2e
commit
4e33fc946d
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue