git: 6280a0630089 - main - qcom_clk: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Jun 2026 08:54:20 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=6280a0630089d6e1726f9942ce9118556a32bb59
commit 6280a0630089d6e1726f9942ce9118556a32bb59
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-06-14 08:50:02 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-06-14 08:50:02 +0000
qcom_clk: Fix a typo in a source code comment
- s/freqency/frequency/
MFC after: 3 days
---
sys/dev/qcom_clk/qcom_clk_rcg2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/qcom_clk/qcom_clk_rcg2.c b/sys/dev/qcom_clk/qcom_clk_rcg2.c
index 6a1962982184..f45ad3fef829 100644
--- a/sys/dev/qcom_clk/qcom_clk_rcg2.c
+++ b/sys/dev/qcom_clk/qcom_clk_rcg2.c
@@ -136,7 +136,7 @@ qcom_clk_rcg2_calc_rate(uint64_t rate, uint32_t mode, uint32_t m, uint32_t n,
/*
* The inverse of calc_rate() - calculate the required input frequency
- * given the desired output freqency and m/n:d configuration.
+ * given the desired output frequency and m/n:d configuration.
*/
static uint64_t
qcom_clk_rcg2_calc_input_freq(uint64_t freq, uint32_t m, uint32_t n,