Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Sep 2022 05:48:22 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: be4e182d8ee9 - stable/12 - ifconfig(8): Fix a typo in source code comment
Message-ID:  <202209060548.2865mMjO015351@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer):

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

commit be4e182d8ee9fc813701e620a9cc9f09be62d489
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-03 12:55:54 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-06 05:47:53 +0000

    ifconfig(8): Fix a typo in source code comment
    
    - s/overriden/overridden/
    
    (cherry picked from commit 2f2cf766b2ae0d42c70ec7bff0fd87ac8449c3a3)
---
 sbin/ifconfig/ifieee80211.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/ifconfig/ifieee80211.c b/sbin/ifconfig/ifieee80211.c
index 49c35b88cc84..55b96023f46d 100644
--- a/sbin/ifconfig/ifieee80211.c
+++ b/sbin/ifconfig/ifieee80211.c
@@ -5731,7 +5731,7 @@ setdefregdomain(int s)
 	/* Send changes to net80211. */
 	setregdomain_cb(s, &regdomain);
 
-	/* Cleanup (so it can be overriden by subsequent parameters). */
+	/* Cleanup (so it can be overridden by subsequent parameters). */
 	regdomain.regdomain = 0;
 	regdomain.country = CTRY_DEFAULT;
 	regdomain.isocc[0] = 0;



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