ifconfig(8): Fix a typo in source code comment

- s/overriden/overridden/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-09-03 14:55:54 +02:00
parent 310d144a83
commit 2f2cf766b2
1 changed files with 1 additions and 1 deletions

View File

@ -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;