Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2026 08:54:20 +0000
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 6280a0630089 - main - qcom_clk: Fix a typo in a source code comment
Message-ID:  <6a2e6c3c.33a53.2b83a952@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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,


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2e6c3c.33a53.2b83a952>