git: 648f45c39da9 - stable/12 - malo(4): Fix a typo in asource code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Sep 2022 05:48:03 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=648f45c39da9c135661f2645b770ff8079a41411
commit 648f45c39da9c135661f2645b770ff8079a41411
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-03 13:34:27 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-06 05:43:31 +0000
malo(4): Fix a typo in asource code comment
- s/overriden/overridden/
(cherry picked from commit b55a0762fc6336b309a8f9986b8af7512516a48c)
---
sys/dev/malo/if_malohal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 {