git: be4e182d8ee9 - stable/12 - ifconfig(8): Fix a typo in source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Sep 2022 05:48:22 UTC
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, ®domain); - /* 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;