git: 651dea494028 - stable/13 - ifconfig(8): Fix a typo in source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Tue, 06 Sep 2022 05:42:28 UTC
The branch stable/13 has been updated by gbe (doc committer):

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

commit 651dea494028e4da57e5bfb70d907569e51a486e
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:37:32 +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 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;