git: b55a0762fc63 - main - malo(4): Fix a typo in asource code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Sep 2022 13:34:39 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=b55a0762fc6336b309a8f9986b8af7512516a48c
commit b55a0762fc6336b309a8f9986b8af7512516a48c
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-03 13:34:27 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-03 13:34:27 +0000
malo(4): Fix a typo in asource code comment
- s/overriden/overridden/
MFC after: 3 days
---
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 {