aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-09-03 13:34:27 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-09-06 05:42:05 +0000
commit2f5e4a3a19fdddde45b4f05698f412dae9560a67 (patch)
tree8a4dcd26b18a3b012647630679af41a535652836
parent5b90d3750a02898417bb32cfddcaa05b93404b72 (diff)
downloadsrc-2f5e4a3a19fdddde45b4f05698f412dae9560a67.tar.gz
src-2f5e4a3a19fdddde45b4f05698f412dae9560a67.zip
malo(4): Fix a typo in asource code comment
- s/overriden/overridden/ (cherry picked from commit b55a0762fc6336b309a8f9986b8af7512516a48c)
-rw-r--r--sys/dev/malo/if_malohal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/malo/if_malohal.h b/sys/dev/malo/if_malohal.h
index b608eaba2abd..8322f18ef739 100644
--- a/sys/dev/malo/if_malohal.h
+++ b/sys/dev/malo/if_malohal.h
@@ -48,7 +48,7 @@
/*
* Calibration data builtin to the firmware. The firmware image
* has a single set of calibration tables that we retrieve right
- * after download. This can be overriden by the driver (e.g. for
+ * after download. This can be overridden by the driver (e.g. for
* a different regdomain and/or tx power setup).
*/
struct malo_hal_caldata {