Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 2025 18:50:59 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 404af374b10c - main - bwi(4): Fix a typo in a panic messsage
Message-ID:  <202510311850.59VIoxE6035910@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=404af374b10ca56c6f82510a5bb23232a9f25c34

commit 404af374b10ca56c6f82510a5bb23232a9f25c34
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-29 15:28:06 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-10-31 18:50:40 +0000

    bwi(4): Fix a typo in a panic messsage
    
    - s/unsupport/unsupported/
    
    MFC after:      5 days
---
 sys/dev/bwi/if_bwi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/bwi/if_bwi.c b/sys/dev/bwi/if_bwi.c
index 85146d4c4010..80fc5e9e47af 100644
--- a/sys/dev/bwi/if_bwi.c
+++ b/sys/dev/bwi/if_bwi.c
@@ -2900,7 +2900,7 @@ bwi_plcp_header(const struct ieee80211_rate_table *rt,
 	else if (modtype == IEEE80211_T_DS)
 		bwi_ds_plcp_header(plcp, pkt_len, rate);
 	else
-		panic("unsupport modulation type %u\n", modtype);
+		panic("unsupported modulation type %u\n", modtype);
 }
 
 static int


home | help

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