Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2024 06:48:33 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 777bac8888f3 - stable/14 - net80211: Fix a typo in a source code comment
Message-ID:  <202401250648.40P6mX8s017387@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=777bac8888f3b5d8392d94d8cc660f35c25a971e

commit 777bac8888f3b5d8392d94d8cc660f35c25a971e
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-01-22 20:54:36 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-01-25 06:47:45 +0000

    net80211: Fix a typo in a source code comment
    
    - s/recevied/received/
    
    (cherry picked from commit c1ada39783109c496fde853cc2fe32f31a8f7516)
---
 sys/net80211/ieee80211_hwmp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/net80211/ieee80211_hwmp.c b/sys/net80211/ieee80211_hwmp.c
index e743b7dfb6f4..1dea4ec30106 100644
--- a/sys/net80211/ieee80211_hwmp.c
+++ b/sys/net80211/ieee80211_hwmp.c
@@ -1398,7 +1398,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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401250648.40P6mX8s017387>