Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Sep 2022 12:56:06 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: 2f2cf766b2ae - main - ifconfig(8): Fix a typo in source code comment
Message-ID:  <202209031256.283Cu6nb059283@gitrepo.freebsd.org>

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

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

commit 2f2cf766b2ae0d42c70ec7bff0fd87ac8449c3a3
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-03 12:55:54 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-03 12:55:54 +0000

    ifconfig(8): Fix a typo in source code comment
    
    - s/overriden/overridden/
    
    MFC after:      3 days
---
 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 ee611a14b45e..cb465a02b794 100644
--- a/sbin/ifconfig/ifieee80211.c
+++ b/sbin/ifconfig/ifieee80211.c
@@ -5733,7 +5733,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?202209031256.283Cu6nb059283>