git: 7763576dfc56 - stable/15 - qcom_clk: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Jun 2026 04:49:48 UTC
The branch stable/15 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=7763576dfc568ec02ed9be4806557bd6c8c4dd55
commit 7763576dfc568ec02ed9be4806557bd6c8c4dd55
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-06-14 08:50:02 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-06-17 04:47:33 +0000
qcom_clk: Fix a typo in a source code comment
- s/freqency/frequency/
(cherry picked from commit 6280a0630089d6e1726f9942ce9118556a32bb59)
---
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 0407706dd138..0d1523215501 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,