git: cf6fb0a0062f - stable/14 - qcom_clk: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Wed, 17 Jun 2026 04:53:12 UTC
The branch stable/14 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=cf6fb0a0062f6d9592786d99189f82165dc28d7f

commit cf6fb0a0062f6d9592786d99189f82165dc28d7f
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:51:07 +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 2244f46e647f..4ede82b01d3f 100644
--- a/sys/dev/qcom_clk/qcom_clk_rcg2.c
+++ b/sys/dev/qcom_clk/qcom_clk_rcg2.c
@@ -137,7 +137,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,