Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 2025 09:17:36 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: 7cad1e5478d7 - stable/13 - mwl(4): Fix a typo in a source code comment
Message-ID:  <202508280917.57S9HaWS010852@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=7cad1e5478d7c4f8116235dc7550e4309561cc78

commit 7cad1e5478d7c4f8116235dc7550e4309561cc78
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-08-25 08:44:41 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-08-28 09:15:51 +0000

    mwl(4): Fix a typo in a source code comment
    
    - s/firwmare/firmware/
    
    (cherry picked from commit 4f768b8acdf818f08f4f0124c1df418127720266)
---
 sys/dev/mwl/if_mwl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/mwl/if_mwl.c b/sys/dev/mwl/if_mwl.c
index 5d726cbb18fe..771d2417fc3a 100644
--- a/sys/dev/mwl/if_mwl.c
+++ b/sys/dev/mwl/if_mwl.c
@@ -1801,7 +1801,7 @@ mwl_updateslot(struct ieee80211com *ic)
 		return;
 
 	/*
-	 * Calculate the ERP flags.  The firwmare will use
+	 * Calculate the ERP flags.  The firmware will use
 	 * this to carry out the appropriate measures.
 	 */
 	prot = 0;



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