net80211: Fix a typo in a source code comment

- s/recevied/received/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2024-01-22 21:54:36 +01:00
parent ab6d773dbf
commit c1ada39783

View File

@ -1395,7 +1395,7 @@ hwmp_recv_prep(struct ieee80211vap *vap, struct ieee80211_node *ni,
/*
* Check if we received a PREP w/ AE and store target external address.
* We may store target external address if recevied PREP w/ AE
* We may store target external address if received PREP w/ AE
* and we are not final destination
*/
if (prep->prep_flags & IEEE80211_MESHPREP_FLAGS_AE) {