git: 2f2cf766b2ae - main - ifconfig(8): Fix a typo in source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 03 Sep 2022 12:56:06 UTC
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;