iwn(4): Correct a typo in a kernel error message

- s/settting/setting/

MFC after:	5 days
This commit is contained in:
Gordon Bergling 2022-09-04 12:23:27 +02:00
parent 4e50737fa8
commit dc79640e92

View File

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