mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
iwn(4): Correct a typo in a kernel error message
- s/settting/setting/ MFC after: 5 days
This commit is contained in:
parent
4e50737fa8
commit
dc79640e92
1 changed files with 1 additions and 1 deletions
|
|
@ -9123,7 +9123,7 @@ iwn_set_channel(struct ieee80211com *ic)
|
|||
error = iwn_config(sc);
|
||||
if (error != 0)
|
||||
device_printf(sc->sc_dev,
|
||||
"%s: error %d settting channel\n", __func__, error);
|
||||
"%s: error %d setting channel\n", __func__, error);
|
||||
}
|
||||
IWN_UNLOCK(sc);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue